-
Notifications
You must be signed in to change notification settings - Fork 1
2025-10 API Updates #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
jglinsek
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🆒 I know this is a draft PR and happy to review again when you finalize, but since you requested a review, here it is 👍.
| #### Nightly Rates (GET) | ||
|
|
||
| To retrieve the nightly configuration for rates within a given date range, use the `/rates/nightly?from=from=2025-09-23&to=2025-10-03` endpoint. While it isn't a true representation of how rates are represented or configured in our system, the format returned should meet the needs of most rate management systems. | ||
| To retrieve the nightly configuration for rates within a given date range, use the `/rates/nightly?from=from=2025-09-23&to=2025-10-03` endpoint. While it isn't a true representation of how rates are work in our system, the format returned should meet the needs of most rate management systems. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While it isn't a true representation of how rates are work in our system....
This PR updates the documentation to match API changes and also adds a new Postman collection to make getting started much easier.