-
Notifications
You must be signed in to change notification settings - Fork 280
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
New functions for unsupported endpoints + some modifications #41
Conversation
Thanks for the PR! I added some comments for things I'd do differently |
You're welcome! Also, I can't see any comment. Have you submitted the review? |
I just pushed 3 commits that do as you've requested :) |
Also may I ask why you use |
Thanks! I like |
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.
Added a few more comments
Done! |
Perfect, thanks for the PR! |
This PR brings support to multiple endpoints that I noticed were not supported in this wrapper:
/v1/voices/settings/default
/v1/voices/{voice_id}/settings
/v1/voices/{voice_id}/settings/edit
/v1/voices/{voice_id}
/v1/voices/{voice_id}/edit
/v1/history/{history_item_id}
/v1/user/subscription
I've also modified the following:
Subscription
class: Added new properties.User
class: thefrom_api
function was not working so I fixed it.