pescheck 0.0.2 → 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
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 463e95ac70da45699903536b06eaf9dc15f0ff03926041b0cd9d08918861d82f
|
|
4
|
+
data.tar.gz: 42bf1d7806e774793efc7294755d65f87da49ee806fab898237ee0777c1207a8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 45ab72820e74594d9af847144ef3c27029cd9998fa6397505ed6f2617ed454512a3fb26f51403556b64513238f6f1271bf2ce0f13982ddc08cf9c8ae1210e700
|
|
7
|
+
data.tar.gz: e9ec36161d2e45355b4990ba3757d18657c82cdf4f06d047b87b2bdedbe539ea5d7c3f2a395b60a365528a8f6282a594567b68a4a8c71ec02ea32403ef753670
|
data/README.md
CHANGED
|
@@ -2,23 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
Pescheck - the Ruby gem for the Pescheck API
|
|
4
4
|
|
|
5
|
-
API for
|
|
6
|
-
|
|
7
|
-
## Authentication
|
|
8
|
-
This API supports three authentication methods:
|
|
9
|
-
1. **OAuth2** (recommended for API clients) - Use client credentials flow
|
|
10
|
-
2. **JWT Bearer** (for user-based access) - Obtain tokens via /api/jwt/ endpoint
|
|
11
|
-
3. **Cookie** (for browser-based access) - Session authentication via web login
|
|
12
|
-
|
|
13
|
-
## Quick Start for API Clients
|
|
14
|
-
1. Select your environment from the servers dropdown
|
|
15
|
-
2. Use OAuth2 with client credentials flow
|
|
16
|
-
3. Scopes are automatically included: read:api, create:api, update:api
|
|
5
|
+
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.
|
|
17
6
|
|
|
18
7
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
19
8
|
|
|
20
9
|
- API version: 2.0.0
|
|
21
|
-
- Package version: 0.0.
|
|
10
|
+
- Package version: 0.0.3
|
|
22
11
|
- Generator version: 7.23.0
|
|
23
12
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
24
13
|
|
|
@@ -35,16 +24,16 @@ gem build pescheck.gemspec
|
|
|
35
24
|
Then either install the gem locally:
|
|
36
25
|
|
|
37
26
|
```shell
|
|
38
|
-
gem install ./pescheck-0.0.
|
|
27
|
+
gem install ./pescheck-0.0.3.gem
|
|
39
28
|
```
|
|
40
29
|
|
|
41
|
-
(for development, run `gem install --dev ./pescheck-0.0.
|
|
30
|
+
(for development, run `gem install --dev ./pescheck-0.0.3.gem` to install the development dependencies)
|
|
42
31
|
|
|
43
32
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
|
44
33
|
|
|
45
34
|
Finally add this to the Gemfile:
|
|
46
35
|
|
|
47
|
-
gem 'pescheck', '~> 0.0.
|
|
36
|
+
gem 'pescheck', '~> 0.0.3'
|
|
48
37
|
|
|
49
38
|
### Install from Git
|
|
50
39
|
|
|
@@ -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
|
|
|
@@ -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
|
|
|
@@ -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/lib/pescheck/api_client.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/lib/pescheck/api_error.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
|
|
|
@@ -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
|
|
|
@@ -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
|
|
|
@@ -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
|
|
|
@@ -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
|
|
|
@@ -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
|
|
|
@@ -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
|
|
|
@@ -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
|
|
|
@@ -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
|
|
|
@@ -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
|
|
|
@@ -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
|
|
|
@@ -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
|
|
|
@@ -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
|
|