-
Notifications
You must be signed in to change notification settings - Fork 9
Add missing features and new endpoints #129
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
Closed
Closed
Changes from 8 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
ca0bf7a
Expose validation errors on LineItem and Transaction schemas (PIP-304)
wscourge 6daf595
Add account ID and include query param support (PIP-120, PIP-76)
wscourge 383f43a
Add Invoice update-status and disable endpoint support
wscourge 0b7a467
Add flat-param interface and disable/enable for SubscriptionEvent
wscourge c445577
Add missing test coverage for recent SDK changes
wscourge 51a3bee
Address PR review comments
wscourge 53f9aaf
Refactor: move SubscriptionEvent methods into class body, add disable…
wscourge 53719fc
Fix Account.churn_when_zero_mrr schema type: String → Raw
wscourge a9ff4d3
Add PIP-306: data_source_uuid + external_id query param support
wscourge b1ba8da
Fix flake8: remove extra blank line in invoice.py
wscourge 41680bf
Add disabled fields to nested LineItem schema in Invoice
wscourge 1aa6f88
Simplify SubscriptionEvent disable/enable to delegate to modify
wscourge 8657e0c
Use _preProcessParams for query_params, handle_as_user_edit via _bool…
wscourge 955d01e
Update tests to use overloaded method names instead of *_by_external_id
wscourge b83304b
Move ext_id dispatch and toggle_disabled into base Resource class
wscourge ff3fb2a
Add uuid path support to LineItem retrieve/modify/destroy
wscourge 1ba4161
Add uuid-based tests for LineItem retrieve/modify/destroy
wscourge 738b062
Add create and disable methods for LineItem and Transaction
wscourge 654f1bc
Add uuid-based tests for Transaction retrieve/modify/destroy
wscourge 65f96d1
Unify disable and toggle_disabled into a single disable method
wscourge ff44ec0
Remove SubscriptionEvent.modify/destroy, update _with_params to accep…
wscourge f80f854
Support id/external_id/data_source_uuid as separate kwargs on Subscri…
wscourge f503892
Unwrap ext_id retrieve to return single object instead of list
wscourge 9b85c9e
Simplify _unwrap: replace nested def with lambda
wscourge File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.