Skip to content

Conversation

@epels
Copy link
Contributor

@epels epels commented Sep 28, 2018

Merge #20 first.

Add Group support to the client.

@dysosmus dysosmus merged commit b3e7069 into master Oct 31, 2018
ENDPOINT = 'https://rest.messagebird.com'
CLIENT_VERSION = '1.2.1'
PYTHON_VERSION = '%d.%d.%d' % (sys.version_info[0], sys.version_info[1], sys.version_info[2])
USER_AGENT = 'MessageBird/ApiClient/%s Python/%s' % (CLIENT_VERSION, PYTHON_VERSION)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice 👍


if method == 'GET':
response = requests.get(url, verify=True, headers=headers, params=params)
else:
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about the other HTTP methods?

@epels epels deleted the add-groups branch November 2, 2018 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants