quake_timesheets_client 0.1.3 → 0.1.4
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 +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +5 -5
- data/docs/EntriesApi.md +1 -1
- data/lib/quake_timesheets_client/api/entries_api.rb +1 -1
- data/lib/quake_timesheets_client/version.rb +1 -1
- data/ruby.config.yaml +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5ec73b3cf6e0f545f6dcdc123e442c8eac40de877684304e94252d39e5035f60
|
|
4
|
+
data.tar.gz: 0cebb372af64507eec50f92b402ca10e57cef700c111346298adf10989a26d92
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: afd9371ebb1aa227cfa4df44e1db941ee3ef98314c010f726082dba5e9f0311bf703f53d28707e4ef09c82587b54eb07fe06959fae8eb74a179add614ec6bbf9
|
|
7
|
+
data.tar.gz: '0999953702ad5274259005e1f83d54ad908f248f884e29f29727dadaefd3296fb5c7b2c99b1b074d725eea7bbcac64c1fcceb19a51216756afd1da1bbb9271b1'
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -9,7 +9,7 @@ Quake::Timesheets - the Ruby gem for the TimesheetsApi (params in:body)
|
|
|
9
9
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
10
10
|
|
|
11
11
|
- API version: 1.0
|
|
12
|
-
- Package version: 0.1.
|
|
12
|
+
- Package version: 0.1.4
|
|
13
13
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
14
14
|
|
|
15
15
|
## Generating
|
|
@@ -37,16 +37,16 @@ gem build quake_timesheets_client.gemspec
|
|
|
37
37
|
Then either install the gem locally:
|
|
38
38
|
|
|
39
39
|
```shell
|
|
40
|
-
gem install ./quake_timesheets_client-0.1.
|
|
40
|
+
gem install ./quake_timesheets_client-0.1.4.gem
|
|
41
41
|
```
|
|
42
42
|
|
|
43
|
-
(for development, run `gem install --dev ./quake_timesheets_client-0.1.
|
|
43
|
+
(for development, run `gem install --dev ./quake_timesheets_client-0.1.4.gem` to install the development dependencies)
|
|
44
44
|
|
|
45
45
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
|
46
46
|
|
|
47
47
|
Finally add this to the Gemfile:
|
|
48
48
|
|
|
49
|
-
gem 'quake_timesheets_client', '~> 0.1.
|
|
49
|
+
gem 'quake_timesheets_client', '~> 0.1.4'
|
|
50
50
|
|
|
51
51
|
### Install from Git
|
|
52
52
|
|
|
@@ -111,7 +111,7 @@ Class | Method | HTTP request | Description
|
|
|
111
111
|
*Quake::Timesheets::DatasetsApi* | [**show_datasets**](docs/DatasetsApi.md#show_datasets) | **GET** /api/v1/datasets/{id} | Show details about a specific dataset
|
|
112
112
|
*Quake::Timesheets::EntriesApi* | [**create_entries**](docs/EntriesApi.md#create_entries) | **POST** /api/v1/entries | Create a new Entry
|
|
113
113
|
*Quake::Timesheets::EntriesApi* | [**index_entries**](docs/EntriesApi.md#index_entries) | **GET** /api/v1/entries | Search for entries matching filters
|
|
114
|
-
*Quake::Timesheets::EntriesApi* | [**update_entries**](docs/EntriesApi.md#update_entries) | **
|
|
114
|
+
*Quake::Timesheets::EntriesApi* | [**update_entries**](docs/EntriesApi.md#update_entries) | **PATCH** /api/v1/entries/{id} | Update an existing Entry
|
|
115
115
|
*Quake::Timesheets::PeopleApi* | [**create_people**](docs/PeopleApi.md#create_people) | **POST** /api/v1/people | Create a new Person record
|
|
116
116
|
*Quake::Timesheets::PeopleApi* | [**index_people**](docs/PeopleApi.md#index_people) | **GET** /api/v1/people | Search for people matching filters
|
|
117
117
|
|
data/docs/EntriesApi.md
CHANGED
|
@@ -6,7 +6,7 @@ All URIs are relative to *https://timesheetsapi.svc.lumbry.co.uk:443*
|
|
|
6
6
|
| ------ | ------------ | ----------- |
|
|
7
7
|
| [**create_entries**](EntriesApi.md#create_entries) | **POST** /api/v1/entries | Create a new Entry |
|
|
8
8
|
| [**index_entries**](EntriesApi.md#index_entries) | **GET** /api/v1/entries | Search for entries matching filters |
|
|
9
|
-
| [**update_entries**](EntriesApi.md#update_entries) | **
|
|
9
|
+
| [**update_entries**](EntriesApi.md#update_entries) | **PATCH** /api/v1/entries/{id} | Update an existing Entry |
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
## create_entries
|
|
@@ -203,7 +203,7 @@ module Quake::Timesheets
|
|
|
203
203
|
:return_type => return_type
|
|
204
204
|
)
|
|
205
205
|
|
|
206
|
-
data, status_code, headers = @api_client.call_api(:
|
|
206
|
+
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path, new_options)
|
|
207
207
|
if @api_client.config.debugging
|
|
208
208
|
@api_client.config.logger.debug "API called: EntriesApi#update_entries\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
209
209
|
end
|
data/ruby.config.yaml
CHANGED
|
@@ -4,7 +4,7 @@ gemHomepage: https://www.quake.co.uk
|
|
|
4
4
|
gemSummary: A client for the Quake Timesheets API
|
|
5
5
|
gemDescription: Requires the Quake Timesheets system
|
|
6
6
|
gemLicense: MIT
|
|
7
|
-
gemVersion: 0.1.
|
|
7
|
+
gemVersion: 0.1.4
|
|
8
8
|
gemRequiredRubyVersion: ">= 2.7"
|
|
9
9
|
library: faraday
|
|
10
10
|
moduleName: Quake::Timesheets
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: quake_timesheets_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenAPI-Generator
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-05-
|
|
11
|
+
date: 2021-05-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|