usps-imis-api 1.0.0.pre.rc.9 → 1.0.0.pre.rc.10

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 (85) hide show
  1. checksums.yaml +4 -4
  2. data/Readme.md +1 -323
  3. data/lib/usps/imis/api.rb +11 -6
  4. data/lib/usps/imis/business_object.rb +11 -10
  5. data/lib/usps/imis/config.rb +6 -2
  6. data/lib/usps/imis/error.rb +1 -0
  7. data/lib/usps/imis/errors/missing_id_error.rb +15 -0
  8. data/lib/usps/imis/panels/base_panel.rb +2 -1
  9. data/lib/usps/imis/properties.rb +14 -14
  10. data/lib/usps/imis/query.rb +44 -23
  11. data/lib/usps/imis/requests.rb +5 -1
  12. data/lib/usps/imis/version.rb +1 -1
  13. data/spec/support/usps/vcr/config.rb +47 -0
  14. data/spec/support/usps/vcr/filters.rb +89 -0
  15. data/spec/support/usps/vcr.rb +8 -0
  16. metadata +6 -70
  17. data/.github/workflows/main.yml +0 -57
  18. data/.gitignore +0 -5
  19. data/.rspec +0 -2
  20. data/.rubocop.yml +0 -89
  21. data/.ruby-version +0 -1
  22. data/.simplecov +0 -8
  23. data/Gemfile +0 -16
  24. data/Gemfile.lock +0 -147
  25. data/Rakefile +0 -12
  26. data/bin/console +0 -21
  27. data/bin/setup +0 -8
  28. data/spec/fixtures/vcr_cassettes/.keep +0 -0
  29. data/spec/fixtures/vcr_cassettes/Usps_Imis_Api/_authorize/automatically_refreshes_an_expired_token.yml +0 -67
  30. data/spec/fixtures/vcr_cassettes/Usps_Imis_Api/_imis_id_for/gets_the_iMIS_ID.yml +0 -131
  31. data/spec/fixtures/vcr_cassettes/Usps_Imis_Api/_imis_id_for/with_a_query_error/wraps_errors.yml +0 -67
  32. data/spec/fixtures/vcr_cassettes/Usps_Imis_Api/_inspect/does_not_show_the_token_instance_variable.yml +0 -67
  33. data/spec/fixtures/vcr_cassettes/Usps_Imis_Api/_inspect/is_configured_to_exclude_the_token_instance_variable.yml +0 -67
  34. data/spec/fixtures/vcr_cassettes/Usps_Imis_Api/_on/chains_with_on_to_a_single_block.yml +0 -256
  35. data/spec/fixtures/vcr_cassettes/Usps_Imis_Api/_on/nests_on_and_with.yml +0 -256
  36. data/spec/fixtures/vcr_cassettes/Usps_Imis_Api/_on/returns_a_BusinessObject_without_a_block.yml +0 -67
  37. data/spec/fixtures/vcr_cassettes/Usps_Imis_Api/_on/sends_an_update_from_put.yml +0 -256
  38. data/spec/fixtures/vcr_cassettes/Usps_Imis_Api/_put/sends_an_update.yml +0 -256
  39. data/spec/fixtures/vcr_cassettes/Usps_Imis_Api/_put/when_receiving_a_response_error/wraps_the_error.yml +0 -67
  40. data/spec/fixtures/vcr_cassettes/Usps_Imis_Api/_query/collects_all_query_results.yml +0 -67
  41. data/spec/fixtures/vcr_cassettes/Usps_Imis_Api/_with/blocks_calling_imis_id_.yml +0 -67
  42. data/spec/fixtures/vcr_cassettes/Usps_Imis_Api/_with/blocks_calling_imis_id_for.yml +0 -67
  43. data/spec/fixtures/vcr_cassettes/Usps_Imis_Api/_with/sends_an_update_from_put.yml +0 -256
  44. data/spec/fixtures/vcr_cassettes/Usps_Imis_Api/_with/sends_an_update_from_update.yml +0 -256
  45. data/spec/fixtures/vcr_cassettes/Usps_Imis_Api/_with/uses_a_panel_correctly.yml +0 -145
  46. data/spec/fixtures/vcr_cassettes/Usps_Imis_Api/stores_the_initial_imis_id.yml +0 -67
  47. data/spec/fixtures/vcr_cassettes/Usps_Imis_BusinessObject/_put_field/submits_the_correct_update_request.yml +0 -627
  48. data/spec/fixtures/vcr_cassettes/Usps_Imis_BusinessObject/with_stubbed_data/_filter_fields/formats_fields_correctly.yml +0 -67
  49. data/spec/fixtures/vcr_cassettes/Usps_Imis_BusinessObject/with_stubbed_data/_get/delegation_to_get_fields/delegates_to_get_fields.yml +0 -67
  50. data/spec/fixtures/vcr_cassettes/Usps_Imis_BusinessObject/with_stubbed_data/_get/returns_multiple_values.yml +0 -67
  51. data/spec/fixtures/vcr_cassettes/Usps_Imis_BusinessObject/with_stubbed_data/_get_field/returns_a_string_value.yml +0 -67
  52. data/spec/fixtures/vcr_cassettes/Usps_Imis_BusinessObject/with_stubbed_data/_get_field/returns_an_integer_value.yml +0 -67
  53. data/spec/fixtures/vcr_cassettes/Usps_Imis_BusinessObject/with_stubbed_data/_get_fields/returns_multiple_values.yml +0 -67
  54. data/spec/fixtures/vcr_cassettes/Usps_Imis_Mapper/_fetch/fetches_a_mapped_field.yml +0 -158
  55. data/spec/fixtures/vcr_cassettes/Usps_Imis_Mapper/_fetch/raises_for_unmapped_updates.yml +0 -67
  56. data/spec/fixtures/vcr_cassettes/Usps_Imis_Mapper/_fetch/supports_Hash_access_syntax.yml +0 -158
  57. data/spec/fixtures/vcr_cassettes/Usps_Imis_Mapper/_fetch/supports_Hash_access_syntax_on_the_Api_directly.yml +0 -158
  58. data/spec/fixtures/vcr_cassettes/Usps_Imis_Mapper/_update/raises_for_unmapped_updates.yml +0 -67
  59. data/spec/fixtures/vcr_cassettes/Usps_Imis_Mapper/_update/sends_a_mapped_update.yml +0 -256
  60. data/spec/fixtures/vcr_cassettes/Usps_Imis_Mapper/initialize_with_imis_id/stores_the_initial_imis_id.yml +0 -67
  61. data/spec/fixtures/vcr_cassettes/Usps_Imis_Panels_BasePanel/requires_business_object_to_be_defined.yml +0 -67
  62. data/spec/fixtures/vcr_cassettes/Usps_Imis_Panels_BasePanel/requires_payload_data_to_be_defined.yml +0 -67
  63. data/spec/fixtures/vcr_cassettes/Usps_Imis_Panels_Education/api_example/_get/loads_a_specific_object.yml +0 -146
  64. data/spec/fixtures/vcr_cassettes/Usps_Imis_Panels_Education/api_example/_get/returns_specific_fields.yml +0 -146
  65. data/spec/fixtures/vcr_cassettes/Usps_Imis_Panels_Education/api_example/_get_field/returns_a_specific_field.yml +0 -146
  66. data/spec/fixtures/vcr_cassettes/Usps_Imis_Panels_Education/api_example/_get_fields/returns_specific_fields.yml +0 -146
  67. data/spec/fixtures/vcr_cassettes/Usps_Imis_Panels_Education/api_example/interacts_with_records_correctly.yml +0 -495
  68. data/spec/fixtures/vcr_cassettes/Usps_Imis_Panels_Education/initialization_with_ID/can_initialize_with_an_iMIS_ID.yml +0 -67
  69. data/spec/fixtures/vcr_cassettes/Usps_Imis_Panels_Vsc/_get/loads_a_specific_object.yml +0 -145
  70. data/spec/fixtures/vcr_cassettes/Usps_Imis_Panels_Vsc/handles_new_records_correctly.yml +0 -319
  71. data/spec/lib/usps/imis/api_spec.rb +0 -161
  72. data/spec/lib/usps/imis/business_object_spec.rb +0 -87
  73. data/spec/lib/usps/imis/config_spec.rb +0 -59
  74. data/spec/lib/usps/imis/data_spec.rb +0 -75
  75. data/spec/lib/usps/imis/error_spec.rb +0 -17
  76. data/spec/lib/usps/imis/errors/response_error_spec.rb +0 -107
  77. data/spec/lib/usps/imis/mapper_spec.rb +0 -55
  78. data/spec/lib/usps/imis/mocks/business_object_spec.rb +0 -65
  79. data/spec/lib/usps/imis/panels/base_panel_spec.rb +0 -33
  80. data/spec/lib/usps/imis/panels/education_spec.rb +0 -70
  81. data/spec/lib/usps/imis/panels/vsc_spec.rb +0 -37
  82. data/spec/lib/usps/imis/properties_spec.rb +0 -19
  83. data/spec/lib/usps/imis_spec.rb +0 -11
  84. data/spec/spec_helper.rb +0 -78
  85. data/usps-imis-api.gemspec +0 -20
@@ -1,67 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: post
5
- uri: https://abcdev.imiscloud.com/Token
6
- body:
7
- encoding: US-ASCII
8
- string: grant_type=password&username=<USERNAME>&password=<PASSWORD>
9
- headers:
10
- Accept-Encoding:
11
- - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
12
- Accept:
13
- - "*/*"
14
- User-Agent:
15
- - Ruby
16
- Host:
17
- - abcdev.imiscloud.com
18
- response:
19
- status:
20
- code: 200
21
- message: OK
22
- headers:
23
- Date:
24
- - Sun, 26 Oct 2025 01:24:32 GMT
25
- Content-Type:
26
- - application/json; charset=UTF-8
27
- Transfer-Encoding:
28
- - chunked
29
- Connection:
30
- - keep-alive
31
- Server:
32
- - cloudflare
33
- Cf-Ray:
34
- - 99462795b837e81d-ORD
35
- Cf-Cache-Status:
36
- - DYNAMIC
37
- Access-Control-Allow-Origin:
38
- - "*"
39
- Cache-Control:
40
- - no-cache
41
- Expires:
42
- - "-1"
43
- Strict-Transport-Security:
44
- - max-age=31536000
45
- Vary:
46
- - Accept-Encoding,Accept-Encoding
47
- Pragma:
48
- - no-cache
49
- Access-Control-Expose-Headers:
50
- - Request-Context
51
- Request-Context:
52
- - appId=cid-v1:9c05b5dd-9acf-4a59-aabb-1775785c005f
53
- X-Aspnet-Version:
54
- - 4.0.30319
55
- X-Content-Type-Options:
56
- - nosniff
57
- - nosniff
58
- Set-Cookie:
59
- - __cf_bm=.Gnlfg7zSLFP6PJgFanZ_bt4VQ7vtTC51lmIAH__AQk-1761441872-1.0.1.1-zWndaU0UoAXuvMfZbr0ZjW8h.qHINEVRww2bCBvHYV0XmZcDm64lblcGe7v5FeZR40IfVsufZvrjuTevPtz7LwbNPPNMiPnJXpiBOvtZMZE;
60
- path=/; expires=Sun, 26-Oct-25 01:54:32 GMT; domain=.abcdev.imiscloud.com;
61
- HttpOnly; Secure; SameSite=None
62
- body:
63
- encoding: ASCII-8BIT
64
- string: '{"access_token":"<ACCESS_TOKEN>","token_type":"bearer","expires_in":3599,"userName":"J.S.FIANDER@GMAIL.COM",".issued":"Sun,
65
- 26 Oct 2025 01:24:32 GMT",".expires":"Sun, 26 Oct 2025 02:24:32 GMT"}'
66
- recorded_at: Sun, 26 Oct 2025 01:24:32 GMT
67
- recorded_with: VCR 6.3.1