We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi , can we some documentations/ examples for the various methods we can use. Forex: client.user.create(...) client.webinar.create(...) etc....
The text was updated successfully, but these errors were encountered:
@niteshrawat1995
client.user.create(...)
def create_user(): user_info = { 'email': '[email protected]', 'type': 1, 'first_name': 'Firstname', 'last_name': 'Lastname' } user_response = client.user.create(action='create', user_info=user_info) user = json.loads(user_response.content) print(user)
Sorry, something went wrong.
No branches or pull requests
Hi , can we some documentations/ examples for the various methods we can use.
Forex:
client.user.create(...)
client.webinar.create(...)
etc....
The text was updated successfully, but these errors were encountered: