pescheck 0.0.1 → 0.0.3
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/README.md +5 -16
- data/lib/pescheck/api/authentication_api.rb +1 -1
- data/lib/pescheck/api/checks_api.rb +1 -1
- data/lib/pescheck/api/divisions_api.rb +1 -1
- data/lib/pescheck/api/o_auth_api.rb +1 -1
- data/lib/pescheck/api/profiles_api.rb +1 -1
- data/lib/pescheck/api/screenings_api.rb +1 -1
- data/lib/pescheck/api/webhooks_api.rb +1 -1
- data/lib/pescheck/api_client.rb +1 -1
- data/lib/pescheck/api_error.rb +1 -1
- data/lib/pescheck/api_model_base.rb +1 -1
- data/lib/pescheck/configuration.rb +1 -1
- data/lib/pescheck/models/custom_token_obtain_pair.rb +1 -1
- data/lib/pescheck/models/division_read_only.rb +1 -1
- data/lib/pescheck/models/division_write.rb +1 -1
- data/lib/pescheck/models/jwt_generation.rb +1 -1
- data/lib/pescheck/models/jwt_response.rb +1 -1
- data/lib/pescheck/models/o_auth_application.rb +1 -1
- data/lib/pescheck/models/o_auth_application_response.rb +1 -1
- data/lib/pescheck/models/paginated_division_read_only_list.rb +1 -1
- data/lib/pescheck/models/paginated_v2_profile_list_item_list.rb +1 -1
- data/lib/pescheck/models/paginated_v2_screening_list_item_list.rb +1 -1
- data/lib/pescheck/models/patched_division_write.rb +1 -1
- data/lib/pescheck/models/patched_v2_profile_partial_update.rb +1 -1
- data/lib/pescheck/models/token_refresh.rb +1 -1
- data/lib/pescheck/models/v2_candidate.rb +1 -1
- data/lib/pescheck/models/v2_check_field.rb +1 -1
- data/lib/pescheck/models/v2_check_info.rb +1 -1
- data/lib/pescheck/models/v2_document.rb +1 -1
- data/lib/pescheck/models/v2_document_content.rb +1 -1
- data/lib/pescheck/models/v2_money.rb +1 -1
- data/lib/pescheck/models/v2_profile_check.rb +1 -1
- data/lib/pescheck/models/v2_profile_check_entry.rb +1 -1
- data/lib/pescheck/models/v2_profile_create.rb +1 -1
- data/lib/pescheck/models/v2_profile_detail.rb +1 -1
- data/lib/pescheck/models/v2_profile_list_item.rb +1 -1
- data/lib/pescheck/models/v2_profile_update.rb +1 -1
- data/lib/pescheck/models/v2_profile_update_check.rb +1 -1
- data/lib/pescheck/models/v2_screening_check.rb +1 -1
- data/lib/pescheck/models/v2_screening_check_entry.rb +1 -1
- data/lib/pescheck/models/v2_screening_check_list_item.rb +1 -1
- data/lib/pescheck/models/v2_screening_create.rb +1 -1
- data/lib/pescheck/models/v2_screening_detail.rb +1 -1
- data/lib/pescheck/models/v2_screening_detail_profile.rb +1 -1
- data/lib/pescheck/models/v2_screening_list_item.rb +1 -1
- data/lib/pescheck/models/verify_webhook.rb +1 -1
- data/lib/pescheck/models/webhook.rb +1 -1
- data/lib/pescheck/models/webhook_response.rb +1 -1
- data/lib/pescheck/version.rb +2 -2
- data/lib/pescheck.rb +1 -1
- data/pescheck.gemspec +6 -5
- data/spec/api/authentication_api_spec.rb +1 -1
- data/spec/api/checks_api_spec.rb +1 -1
- data/spec/api/divisions_api_spec.rb +1 -1
- data/spec/api/o_auth_api_spec.rb +1 -1
- data/spec/api/profiles_api_spec.rb +1 -1
- data/spec/api/screenings_api_spec.rb +1 -1
- data/spec/api/webhooks_api_spec.rb +1 -1
- data/spec/models/custom_token_obtain_pair_spec.rb +1 -1
- data/spec/models/division_read_only_spec.rb +1 -1
- data/spec/models/division_write_spec.rb +1 -1
- data/spec/models/jwt_generation_spec.rb +1 -1
- data/spec/models/jwt_response_spec.rb +1 -1
- data/spec/models/o_auth_application_response_spec.rb +1 -1
- data/spec/models/o_auth_application_spec.rb +1 -1
- data/spec/models/paginated_division_read_only_list_spec.rb +1 -1
- data/spec/models/paginated_v2_profile_list_item_list_spec.rb +1 -1
- data/spec/models/paginated_v2_screening_list_item_list_spec.rb +1 -1
- data/spec/models/patched_division_write_spec.rb +1 -1
- data/spec/models/patched_v2_profile_partial_update_spec.rb +1 -1
- data/spec/models/token_refresh_spec.rb +1 -1
- data/spec/models/v2_candidate_spec.rb +1 -1
- data/spec/models/v2_check_field_spec.rb +1 -1
- data/spec/models/v2_check_info_spec.rb +1 -1
- data/spec/models/v2_document_content_spec.rb +1 -1
- data/spec/models/v2_document_spec.rb +1 -1
- data/spec/models/v2_money_spec.rb +1 -1
- data/spec/models/v2_profile_check_entry_spec.rb +1 -1
- data/spec/models/v2_profile_check_spec.rb +1 -1
- data/spec/models/v2_profile_create_spec.rb +1 -1
- data/spec/models/v2_profile_detail_spec.rb +1 -1
- data/spec/models/v2_profile_list_item_spec.rb +1 -1
- data/spec/models/v2_profile_update_check_spec.rb +1 -1
- data/spec/models/v2_profile_update_spec.rb +1 -1
- data/spec/models/v2_screening_check_entry_spec.rb +1 -1
- data/spec/models/v2_screening_check_list_item_spec.rb +1 -1
- data/spec/models/v2_screening_check_spec.rb +1 -1
- data/spec/models/v2_screening_create_spec.rb +1 -1
- data/spec/models/v2_screening_detail_profile_spec.rb +1 -1
- data/spec/models/v2_screening_detail_spec.rb +1 -1
- data/spec/models/v2_screening_list_item_spec.rb +1 -1
- data/spec/models/verify_webhook_spec.rb +1 -1
- data/spec/models/webhook_response_spec.rb +1 -1
- data/spec/models/webhook_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +8 -11
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Pescheck API
|
|
3
3
|
|
|
4
|
-
#
|
|
4
|
+
#Official client library for the Pescheck API (v2), generated from the OpenAPI specification. Authenticate with OAuth2 client credentials and use the checks, profiles, screenings, webhooks and divisions endpoints. See https://github.com/pescheckit/pescheck-clients for installation and usage.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: 2.0.0
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Pescheck API
|
|
3
3
|
|
|
4
|
-
#
|
|
4
|
+
#Official client library for the Pescheck API (v2), generated from the OpenAPI specification. Authenticate with OAuth2 client credentials and use the checks, profiles, screenings, webhooks and divisions endpoints. See https://github.com/pescheckit/pescheck-clients for installation and usage.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: 2.0.0
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Pescheck API
|
|
3
3
|
|
|
4
|
-
#
|
|
4
|
+
#Official client library for the Pescheck API (v2), generated from the OpenAPI specification. Authenticate with OAuth2 client credentials and use the checks, profiles, screenings, webhooks and divisions endpoints. See https://github.com/pescheckit/pescheck-clients for installation and usage.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: 2.0.0
|
|
7
7
|
|
data/spec/models/webhook_spec.rb
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Pescheck API
|
|
3
3
|
|
|
4
|
-
#
|
|
4
|
+
#Official client library for the Pescheck API (v2), generated from the OpenAPI specification. Authenticate with OAuth2 client credentials and use the checks, profiles, screenings, webhooks and divisions endpoints. See https://github.com/pescheckit/pescheck-clients for installation and usage.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: 2.0.0
|
|
7
7
|
|
data/spec/spec_helper.rb
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Pescheck API
|
|
3
3
|
|
|
4
|
-
#
|
|
4
|
+
#Official client library for the Pescheck API (v2), generated from the OpenAPI specification. Authenticate with OAuth2 client credentials and use the checks, profiles, screenings, webhooks and divisions endpoints. See https://github.com/pescheckit/pescheck-clients for installation and usage.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: 2.0.0
|
|
7
7
|
|
metadata
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pescheck
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- Pescheck
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
@@ -78,13 +78,10 @@ dependencies:
|
|
|
78
78
|
- - ">="
|
|
79
79
|
- !ruby/object:Gem::Version
|
|
80
80
|
version: 3.6.0
|
|
81
|
-
description:
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
Quick Start for API Clients 1. Select your environment from the servers dropdown
|
|
86
|
-
2. Use OAuth2 with client credentials flow 3. Scopes are automatically included:
|
|
87
|
-
read:api, create:api, update:api'
|
|
81
|
+
description: Official client library for the Pescheck API (v2), generated from the
|
|
82
|
+
OpenAPI specification. Authenticate with OAuth2 client credentials and use the checks,
|
|
83
|
+
profiles, screenings, webhooks and divisions endpoints. See https://github.com/pescheckit/pescheck-clients
|
|
84
|
+
for installation and usage.
|
|
88
85
|
email:
|
|
89
86
|
- ''
|
|
90
87
|
executables: []
|
|
@@ -232,7 +229,7 @@ files:
|
|
|
232
229
|
- spec/models/webhook_response_spec.rb
|
|
233
230
|
- spec/models/webhook_spec.rb
|
|
234
231
|
- spec/spec_helper.rb
|
|
235
|
-
homepage: https://
|
|
232
|
+
homepage: https://pescheck.io
|
|
236
233
|
licenses:
|
|
237
234
|
- Unlicense
|
|
238
235
|
metadata: {}
|
|
@@ -254,7 +251,7 @@ requirements: []
|
|
|
254
251
|
rubygems_version: 3.5.22
|
|
255
252
|
signing_key:
|
|
256
253
|
specification_version: 4
|
|
257
|
-
summary: Pescheck API
|
|
254
|
+
summary: Official Ruby client for the Pescheck API
|
|
258
255
|
test_files:
|
|
259
256
|
- spec/api/screenings_api_spec.rb
|
|
260
257
|
- spec/api/webhooks_api_spec.rb
|