clockify_detailed_reports_api_docs 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/CHANGELOG.md +56 -0
- data/LICENSE.txt +21 -0
- data/README.md +222 -0
- data/docs/Clockify_API_Complete.md +939 -0
- data/docs/Clockify_API_Google_Doc_Internal.md +734 -0
- data/docs/Clockify_API_User_Guide.md +353 -0
- data/lib/clockify_api_docs/documentation.rb +243 -0
- data/lib/clockify_api_docs/version.rb +5 -0
- data/lib/clockify_api_docs.rb +52 -0
- metadata +103 -0
metadata
ADDED
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: clockify_detailed_reports_api_docs
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 1.0.0
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Your Name
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: exe
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2025-08-23 00:00:00.000000000 Z
|
|
12
|
+
dependencies:
|
|
13
|
+
- !ruby/object:Gem::Dependency
|
|
14
|
+
name: bundler
|
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
|
16
|
+
requirements:
|
|
17
|
+
- - "~>"
|
|
18
|
+
- !ruby/object:Gem::Version
|
|
19
|
+
version: '2.0'
|
|
20
|
+
type: :development
|
|
21
|
+
prerelease: false
|
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
23
|
+
requirements:
|
|
24
|
+
- - "~>"
|
|
25
|
+
- !ruby/object:Gem::Version
|
|
26
|
+
version: '2.0'
|
|
27
|
+
- !ruby/object:Gem::Dependency
|
|
28
|
+
name: rake
|
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
|
30
|
+
requirements:
|
|
31
|
+
- - "~>"
|
|
32
|
+
- !ruby/object:Gem::Version
|
|
33
|
+
version: '13.0'
|
|
34
|
+
type: :development
|
|
35
|
+
prerelease: false
|
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
37
|
+
requirements:
|
|
38
|
+
- - "~>"
|
|
39
|
+
- !ruby/object:Gem::Version
|
|
40
|
+
version: '13.0'
|
|
41
|
+
- !ruby/object:Gem::Dependency
|
|
42
|
+
name: rspec
|
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
|
44
|
+
requirements:
|
|
45
|
+
- - "~>"
|
|
46
|
+
- !ruby/object:Gem::Version
|
|
47
|
+
version: '3.0'
|
|
48
|
+
type: :development
|
|
49
|
+
prerelease: false
|
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
51
|
+
requirements:
|
|
52
|
+
- - "~>"
|
|
53
|
+
- !ruby/object:Gem::Version
|
|
54
|
+
version: '3.0'
|
|
55
|
+
description: Battle-tested documentation SPECIFICALLY for the Clockify Detailed Reports
|
|
56
|
+
API endpoint (POST /reports/detailed) with 43+ documented errors, corrections to
|
|
57
|
+
official documentation, and complete parameter reference. NOT general Clockify API
|
|
58
|
+
docs - just the detailed reports endpoint. More accurate than official Clockify
|
|
59
|
+
documentation.
|
|
60
|
+
email:
|
|
61
|
+
- your.email@example.com
|
|
62
|
+
executables: []
|
|
63
|
+
extensions: []
|
|
64
|
+
extra_rdoc_files: []
|
|
65
|
+
files:
|
|
66
|
+
- CHANGELOG.md
|
|
67
|
+
- LICENSE.txt
|
|
68
|
+
- README.md
|
|
69
|
+
- docs/Clockify_API_Complete.md
|
|
70
|
+
- docs/Clockify_API_Google_Doc_Internal.md
|
|
71
|
+
- docs/Clockify_API_User_Guide.md
|
|
72
|
+
- lib/clockify_api_docs.rb
|
|
73
|
+
- lib/clockify_api_docs/documentation.rb
|
|
74
|
+
- lib/clockify_api_docs/version.rb
|
|
75
|
+
homepage: https://github.com/yourusername/clockify_detailed_reports_api_docs
|
|
76
|
+
licenses:
|
|
77
|
+
- MIT
|
|
78
|
+
metadata:
|
|
79
|
+
homepage_uri: https://github.com/yourusername/clockify_detailed_reports_api_docs
|
|
80
|
+
source_code_uri: https://github.com/yourusername/clockify_detailed_reports_api_docs
|
|
81
|
+
changelog_uri: https://github.com/yourusername/clockify_detailed_reports_api_docs/blob/main/CHANGELOG.md
|
|
82
|
+
bug_tracker_uri: https://github.com/yourusername/clockify_detailed_reports_api_docs/issues
|
|
83
|
+
post_install_message:
|
|
84
|
+
rdoc_options: []
|
|
85
|
+
require_paths:
|
|
86
|
+
- lib
|
|
87
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
88
|
+
requirements:
|
|
89
|
+
- - ">="
|
|
90
|
+
- !ruby/object:Gem::Version
|
|
91
|
+
version: 2.6.0
|
|
92
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
93
|
+
requirements:
|
|
94
|
+
- - ">="
|
|
95
|
+
- !ruby/object:Gem::Version
|
|
96
|
+
version: '0'
|
|
97
|
+
requirements: []
|
|
98
|
+
rubygems_version: 3.0.3.1
|
|
99
|
+
signing_key:
|
|
100
|
+
specification_version: 4
|
|
101
|
+
summary: Comprehensive documentation for Clockify's Detailed Reports API endpoint
|
|
102
|
+
(/reports/detailed)
|
|
103
|
+
test_files: []
|