Skip to content

File upload #1

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

Open
wants to merge 38 commits into
base: master
Choose a base branch
from
Open

File upload #1

wants to merge 38 commits into from

Conversation

Marx314
Copy link
Owner

@Marx314 Marx314 commented Nov 9, 2017

No description provided.

Marx314 and others added 30 commits February 17, 2016 00:08
Changed package name to python-ubersmithclient
POST request `body` is now verified in tests

Also fixes code so the example in the README works
Ability to use `POST` as default request method
`UbersmithException` returns the original `code` and `message` given by  the API
Make post as default behavior - breaking change
Fixe readme for new pypi lib name
Rework test without flexmock, request_mock
- Timeout Exceptions
- Connection Errors
The 'timeout' value is often given as an integer, but the lib expects a float.
This casts the 'timeout' parameter as a float so callers do not have to bother.
cast 'timeout' to float
Was conflicting with other up-to-date packages
Fixes the behavior when list, tuples and dict are passed to a client
method. Currently the enumerables are passed to requests and it encodes
them in a weird manner.

It will now form encode lists and dicts whenever one is passed in
a nested manner, allowing complex arguments.
fguillot and others added 8 commits April 18, 2017 13:33
Improve setup.py and requirements.txt
Add PEP8 validation and missing copyright headers
Add flake8 test to travis.yml
Send custom user agent (issue #14)
* this allow ticket attachements and other misc upload
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.

7 participants