Skip to content

Commit

Permalink
Add the new endpoints such as contacts, carrier, location.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nhan Nguyen committed Feb 22, 2024
1 parent 7651c6b commit efff6cc
Show file tree
Hide file tree
Showing 3 changed files with 419 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

## [0.2.11] - 2024-02-21

- Add the new endpoints
+ GET `/me/contacts`
+ GET `/ref/carrier`
+ GET `/ref/location`

## [0.2.10.1] - 2024-02-06

- Update gem version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"gemMetadataSourceCodeUri": "https://github.com/nnhansg/dear-ruby",
"gemName": "dear-inventory-ruby",
"gemSummary": "DEAR Inventory Ruby SDK generated from DEAR-OpenAPI Spec 3.0 for https://inventory.dearsystems.com",
"gemVersion": "0.2.10.1",
"gemVersion": "0.2.11",
"httpUserAgent": "dear-inventory-ruby-#{VERSION}",
"library": "faraday",
"moduleName": "DearInventoryRuby"
Expand Down
Loading

0 comments on commit efff6cc

Please sign in to comment.