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.
Files changed (97) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -16
  3. data/lib/pescheck/api/authentication_api.rb +1 -1
  4. data/lib/pescheck/api/checks_api.rb +1 -1
  5. data/lib/pescheck/api/divisions_api.rb +1 -1
  6. data/lib/pescheck/api/o_auth_api.rb +1 -1
  7. data/lib/pescheck/api/profiles_api.rb +1 -1
  8. data/lib/pescheck/api/screenings_api.rb +1 -1
  9. data/lib/pescheck/api/webhooks_api.rb +1 -1
  10. data/lib/pescheck/api_client.rb +1 -1
  11. data/lib/pescheck/api_error.rb +1 -1
  12. data/lib/pescheck/api_model_base.rb +1 -1
  13. data/lib/pescheck/configuration.rb +1 -1
  14. data/lib/pescheck/models/custom_token_obtain_pair.rb +1 -1
  15. data/lib/pescheck/models/division_read_only.rb +1 -1
  16. data/lib/pescheck/models/division_write.rb +1 -1
  17. data/lib/pescheck/models/jwt_generation.rb +1 -1
  18. data/lib/pescheck/models/jwt_response.rb +1 -1
  19. data/lib/pescheck/models/o_auth_application.rb +1 -1
  20. data/lib/pescheck/models/o_auth_application_response.rb +1 -1
  21. data/lib/pescheck/models/paginated_division_read_only_list.rb +1 -1
  22. data/lib/pescheck/models/paginated_v2_profile_list_item_list.rb +1 -1
  23. data/lib/pescheck/models/paginated_v2_screening_list_item_list.rb +1 -1
  24. data/lib/pescheck/models/patched_division_write.rb +1 -1
  25. data/lib/pescheck/models/patched_v2_profile_partial_update.rb +1 -1
  26. data/lib/pescheck/models/token_refresh.rb +1 -1
  27. data/lib/pescheck/models/v2_candidate.rb +1 -1
  28. data/lib/pescheck/models/v2_check_field.rb +1 -1
  29. data/lib/pescheck/models/v2_check_info.rb +1 -1
  30. data/lib/pescheck/models/v2_document.rb +1 -1
  31. data/lib/pescheck/models/v2_document_content.rb +1 -1
  32. data/lib/pescheck/models/v2_money.rb +1 -1
  33. data/lib/pescheck/models/v2_profile_check.rb +1 -1
  34. data/lib/pescheck/models/v2_profile_check_entry.rb +1 -1
  35. data/lib/pescheck/models/v2_profile_create.rb +1 -1
  36. data/lib/pescheck/models/v2_profile_detail.rb +1 -1
  37. data/lib/pescheck/models/v2_profile_list_item.rb +1 -1
  38. data/lib/pescheck/models/v2_profile_update.rb +1 -1
  39. data/lib/pescheck/models/v2_profile_update_check.rb +1 -1
  40. data/lib/pescheck/models/v2_screening_check.rb +1 -1
  41. data/lib/pescheck/models/v2_screening_check_entry.rb +1 -1
  42. data/lib/pescheck/models/v2_screening_check_list_item.rb +1 -1
  43. data/lib/pescheck/models/v2_screening_create.rb +1 -1
  44. data/lib/pescheck/models/v2_screening_detail.rb +1 -1
  45. data/lib/pescheck/models/v2_screening_detail_profile.rb +1 -1
  46. data/lib/pescheck/models/v2_screening_list_item.rb +1 -1
  47. data/lib/pescheck/models/verify_webhook.rb +1 -1
  48. data/lib/pescheck/models/webhook.rb +1 -1
  49. data/lib/pescheck/models/webhook_response.rb +1 -1
  50. data/lib/pescheck/version.rb +2 -2
  51. data/lib/pescheck.rb +1 -1
  52. data/pescheck.gemspec +6 -5
  53. data/spec/api/authentication_api_spec.rb +1 -1
  54. data/spec/api/checks_api_spec.rb +1 -1
  55. data/spec/api/divisions_api_spec.rb +1 -1
  56. data/spec/api/o_auth_api_spec.rb +1 -1
  57. data/spec/api/profiles_api_spec.rb +1 -1
  58. data/spec/api/screenings_api_spec.rb +1 -1
  59. data/spec/api/webhooks_api_spec.rb +1 -1
  60. data/spec/models/custom_token_obtain_pair_spec.rb +1 -1
  61. data/spec/models/division_read_only_spec.rb +1 -1
  62. data/spec/models/division_write_spec.rb +1 -1
  63. data/spec/models/jwt_generation_spec.rb +1 -1
  64. data/spec/models/jwt_response_spec.rb +1 -1
  65. data/spec/models/o_auth_application_response_spec.rb +1 -1
  66. data/spec/models/o_auth_application_spec.rb +1 -1
  67. data/spec/models/paginated_division_read_only_list_spec.rb +1 -1
  68. data/spec/models/paginated_v2_profile_list_item_list_spec.rb +1 -1
  69. data/spec/models/paginated_v2_screening_list_item_list_spec.rb +1 -1
  70. data/spec/models/patched_division_write_spec.rb +1 -1
  71. data/spec/models/patched_v2_profile_partial_update_spec.rb +1 -1
  72. data/spec/models/token_refresh_spec.rb +1 -1
  73. data/spec/models/v2_candidate_spec.rb +1 -1
  74. data/spec/models/v2_check_field_spec.rb +1 -1
  75. data/spec/models/v2_check_info_spec.rb +1 -1
  76. data/spec/models/v2_document_content_spec.rb +1 -1
  77. data/spec/models/v2_document_spec.rb +1 -1
  78. data/spec/models/v2_money_spec.rb +1 -1
  79. data/spec/models/v2_profile_check_entry_spec.rb +1 -1
  80. data/spec/models/v2_profile_check_spec.rb +1 -1
  81. data/spec/models/v2_profile_create_spec.rb +1 -1
  82. data/spec/models/v2_profile_detail_spec.rb +1 -1
  83. data/spec/models/v2_profile_list_item_spec.rb +1 -1
  84. data/spec/models/v2_profile_update_check_spec.rb +1 -1
  85. data/spec/models/v2_profile_update_spec.rb +1 -1
  86. data/spec/models/v2_screening_check_entry_spec.rb +1 -1
  87. data/spec/models/v2_screening_check_list_item_spec.rb +1 -1
  88. data/spec/models/v2_screening_check_spec.rb +1 -1
  89. data/spec/models/v2_screening_create_spec.rb +1 -1
  90. data/spec/models/v2_screening_detail_profile_spec.rb +1 -1
  91. data/spec/models/v2_screening_detail_spec.rb +1 -1
  92. data/spec/models/v2_screening_list_item_spec.rb +1 -1
  93. data/spec/models/verify_webhook_spec.rb +1 -1
  94. data/spec/models/webhook_response_spec.rb +1 -1
  95. data/spec/models/webhook_spec.rb +1 -1
  96. data/spec/spec_helper.rb +1 -1
  97. metadata +8 -11
@@ -1,7 +1,7 @@
1
1
  =begin
2
2
  #Pescheck API
3
3
 
4
- #API for Pescheck ## Authentication This API supports three authentication methods: 1. **OAuth2** (recommended for API clients) - Use client credentials flow 2. **JWT Bearer** (for user-based access) - Obtain tokens via /api/jwt/ endpoint 3. **Cookie** (for browser-based access) - Session authentication via web login ## Quick Start for API Clients 1. Select your environment from the servers dropdown 2. Use OAuth2 with client credentials flow 3. Scopes are automatically included: read:api, create:api, update:api
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
- #API for Pescheck ## Authentication This API supports three authentication methods: 1. **OAuth2** (recommended for API clients) - Use client credentials flow 2. **JWT Bearer** (for user-based access) - Obtain tokens via /api/jwt/ endpoint 3. **Cookie** (for browser-based access) - Session authentication via web login ## Quick Start for API Clients 1. Select your environment from the servers dropdown 2. Use OAuth2 with client credentials flow 3. Scopes are automatically included: read:api, create:api, update:api
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
- #API for Pescheck ## Authentication This API supports three authentication methods: 1. **OAuth2** (recommended for API clients) - Use client credentials flow 2. **JWT Bearer** (for user-based access) - Obtain tokens via /api/jwt/ endpoint 3. **Cookie** (for browser-based access) - Session authentication via web login ## Quick Start for API Clients 1. Select your environment from the servers dropdown 2. Use OAuth2 with client credentials flow 3. Scopes are automatically included: read:api, create:api, update:api
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
- #API for Pescheck ## Authentication This API supports three authentication methods: 1. **OAuth2** (recommended for API clients) - Use client credentials flow 2. **JWT Bearer** (for user-based access) - Obtain tokens via /api/jwt/ endpoint 3. **Cookie** (for browser-based access) - Session authentication via web login ## Quick Start for API Clients 1. Select your environment from the servers dropdown 2. Use OAuth2 with client credentials flow 3. Scopes are automatically included: read:api, create:api, update:api
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
- #API for Pescheck ## Authentication This API supports three authentication methods: 1. **OAuth2** (recommended for API clients) - Use client credentials flow 2. **JWT Bearer** (for user-based access) - Obtain tokens via /api/jwt/ endpoint 3. **Cookie** (for browser-based access) - Session authentication via web login ## Quick Start for API Clients 1. Select your environment from the servers dropdown 2. Use OAuth2 with client credentials flow 3. Scopes are automatically included: read:api, create:api, update:api
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.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
- - OpenAPI-Generator
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: 'API for Pescheck ## Authentication This API supports three authentication
82
- methods: 1. **OAuth2** (recommended for API clients) - Use client credentials flow
83
- 2. **JWT Bearer** (for user-based access) - Obtain tokens via /api/jwt/ endpoint
84
- 3. **Cookie** (for browser-based access) - Session authentication via web login ##
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://openapi-generator.tech
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 Ruby Gem
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