GitHub / allisson/python-simple-rest-client issues and pull requests
#64 - Allow for string `params`
Issue -
State: open - Opened by nicoloverardo about 1 year ago
#63 - How to code for composite primary key?
Issue -
State: open - Opened by suc1 over 1 year ago
#62 - fix: prepare version 1.2.1
Pull Request -
State: closed - Opened by allisson almost 2 years ago
#61 - docs: add readthedocs config
Pull Request -
State: closed - Opened by allisson almost 2 years ago
#60 - feat: prepare version 1.2.0
Pull Request -
State: closed - Opened by allisson almost 2 years ago
#59 - fix: Add a fix for stricter enforcement around client scoping
Pull Request -
State: closed - Opened by allisson almost 2 years ago
#58 - ci: drop python 3.7 support
Pull Request -
State: closed - Opened by allisson almost 2 years ago
#57 - Improve project Makefile with some Makefile tweaks
Pull Request -
State: closed - Opened by pantuza almost 2 years ago
#56 - Incompatible with httpx>=0.19.0
Issue -
State: closed - Opened by denravonska almost 2 years ago
#55 - suggestion regarding async
Issue -
State: open - Opened by dearkafka over 2 years ago
- 3 comments
#54 - fix: prepare version 1.1.3
Pull Request -
State: closed - Opened by allisson about 3 years ago
#53 - Updates authorization in github example
Pull Request -
State: closed - Opened by yolabingo about 3 years ago
- 1 comment
#52 - fix: preserve resource_name in URLs without the attribute name mangling
Pull Request -
State: closed - Opened by leorochael over 3 years ago
- 1 comment
#51 - feat: Add __doc__ to resources
Pull Request -
State: closed - Opened by fbidu over 3 years ago
#50 - fix: Fix content-type is always json if json_encode_body is true
Pull Request -
State: closed - Opened by allisson almost 4 years ago
#49 - feat: update requirements to latest versions
Pull Request -
State: closed - Opened by allisson almost 4 years ago
#48 - add custom user agent feature
Issue -
State: open - Opened by aenima-x almost 4 years ago
#47 - Question about concurrent requests limit
Issue -
State: open - Opened by jeandet about 4 years ago
#46 - Posibility to disable timeout?
Issue -
State: closed - Opened by aenima-x over 4 years ago
#45 - fix: use httpx.RequestError as base exception for ClientConnectionError
Pull Request -
State: closed - Opened by allisson almost 5 years ago
Labels: hacktoberfest-accepted
#44 - Proxy Error 503
Issue -
State: closed - Opened by napsta32 almost 5 years ago
#43 - Update ClientConnectionError to deal with httpx.NetworkError exceptions
Pull Request -
State: closed - Opened by allisson about 5 years ago
- 1 comment
#42 - Handle connection refused exception
Issue -
State: closed - Opened by depauwjimmy about 5 years ago
Labels: bug
#41 - json_encode_body cannot be overridden if True in API
Issue -
State: closed - Opened by denravonska about 5 years ago
- 2 comments
#40 - Fix httpx exception imports on httpx 0.13.x
Pull Request -
State: closed - Opened by allisson about 5 years ago
- 1 comment
#39 - Incorrect exception caught on timeout
Issue -
State: closed - Opened by denravonska about 5 years ago
#38 - feature request : Support for OAuth based authentication for API client
Issue -
State: open - Opened by ashishranjan2404 over 5 years ago
#37 - Drop travis-ci
Pull Request -
State: closed - Opened by allisson over 5 years ago
#36 - Create github workflow for testing this lib
Pull Request -
State: closed - Opened by allisson over 5 years ago
#35 - Fix httpx imports
Pull Request -
State: closed - Opened by allisson over 5 years ago
- 1 comment
#34 - New httpx 0.12.1 breaks simple rest client
Issue -
State: closed - Opened by stekman37 over 5 years ago
Labels: bug
#33 - Feature request: Support docstring
Issue -
State: open - Opened by 2xyo over 5 years ago
#32 - Dash in resource name: Mangling of resource names in add_resource() breaks compatibility
Issue -
State: closed - Opened by bhawk over 5 years ago
- 2 comments
#31 - Update httpx version
Pull Request -
State: closed - Opened by allisson over 5 years ago
#30 - redirect to the latest docs
Pull Request -
State: closed - Opened by ppecheux over 5 years ago
- 1 comment
#29 - Fix api resource names
Pull Request -
State: closed - Opened by allisson over 5 years ago
#28 - Replace '-' with '_' in attr name.
Pull Request -
State: closed - Opened by cfytrok over 5 years ago
#27 - Authentication
Issue -
State: open - Opened by rakeshedamula over 5 years ago
- 1 comment
#26 - Locking httpx version below 0.8.0
Pull Request -
State: closed - Opened by allisson over 5 years ago
- 1 comment
#25 - New httpx v0.8.0 breaks library
Issue -
State: closed - Opened by patcon over 5 years ago
#24 - Simplify httpx timeout handling
Pull Request -
State: closed - Opened by daneoshiga over 5 years ago
- 2 comments
#23 - Add httpx support
Pull Request -
State: closed - Opened by allisson almost 6 years ago
#22 - Looks like json encoder uses huge amount of memory
Issue -
State: open - Opened by avi3tal about 6 years ago
#21 - Add support for disable certificate validation
Pull Request -
State: closed - Opened by allisson about 6 years ago
#20 - Add black formatter
Pull Request -
State: closed - Opened by allisson about 6 years ago
#19 - Add support for disable certificate validation
Pull Request -
State: closed - Opened by rfrp about 6 years ago
- 1 comment
#18 - Authentication request
Issue -
State: closed - Opened by mkb79 over 6 years ago
- 2 comments
#17 - File upload example
Issue -
State: open - Opened by davis90 over 6 years ago
#16 - Prevent urls with double slashes
Pull Request -
State: closed - Opened by allisson over 6 years ago
#15 - Extending resource default actions
Issue -
State: open - Opened by mdorn over 6 years ago
- 1 comment
#14 - Resource names with dash
Issue -
State: closed - Opened by andreyhammer almost 7 years ago
- 1 comment
#13 - Add sentry-patrol on Readme
Pull Request -
State: closed - Opened by daneoshiga almost 7 years ago
- 1 comment
#12 - Fix api_root_url without trailing slash
Pull Request -
State: closed - Opened by allisson about 7 years ago
- 1 comment
#11 - Root API url without trailing slash location is missing in resource URL
Issue -
State: closed - Opened by dspechnikov about 7 years ago
- 2 comments
#10 - Proxy support
Issue -
State: open - Opened by michalmarczuk over 7 years ago
- 1 comment
Labels: enhancement
#9 - Fix JSONDecodeError when processing empty server responses (Closes #8)
Pull Request -
State: closed - Opened by allisson over 7 years ago
- 1 comment
#8 - json.decoder.JSONDecodeError when processing empty server responses
Issue -
State: closed - Opened by allisson over 7 years ago
- 1 comment
#7 - json.decoder.JSONDecodeError when processing empty server responses
Pull Request -
State: closed - Opened by zmbbb over 7 years ago
- 3 comments
#6 - Bugfix/logging levels
Pull Request -
State: closed - Opened by kwarunek over 7 years ago
- 3 comments
#5 - NotFoundError
Issue -
State: closed - Opened by ryandigital over 7 years ago
- 4 comments
#4 - syntax error when trying to import
Issue -
State: closed - Opened by glasswalk3r over 7 years ago
- 1 comment
#3 - Can you expose auth?
Issue -
State: closed - Opened by jdew over 7 years ago
- 1 comment
#2 - Add client response
Pull Request -
State: closed - Opened by daneoshiga almost 8 years ago
- 2 comments
#1 - Support for file uploads
Issue -
State: closed - Opened by LouisTrezzini almost 8 years ago
- 1 comment