Skip to content

issues Search Results · repo:allisson/python-simple-rest-client language:Python

Filter by

29 results
 (112 ms)

29 results

inallisson/python-simple-rest-client (press backspace or delete to remove)

The Resource, under the method add_action, will try to .update() the request.params, implying that params should be a dict. There are cases in which one would want to manually pass a str as params instead ...
  • nicoloverardo
  • Opened 
    on Jul 12, 2024
  • #64

The primary key in example is ONLY one field: response = api.users.retrieve(2, body=None, params={}, headers={}) How to code if the the primary key combinate two fields?
  • suc1
  • Opened 
    on Apr 12, 2024
  • #63

Due to httpx 0.19.0 stricter enforcement around client scoping it s no longer possible to do two subsequent requests since the resource is reusing a closed client. I m not sure if the best fix is to create ...
  • denravonska
  • Opened 
    on Aug 16, 2023
  • #56

Hi! I ve been using simple-rest-client for https://github.com/dearkafka/woot and I liked the logic so far, but I just hacked it a little bit for better __repr__ and stuff. But I was thinking that maybe ...
  • dearkafka
  • 3
  • Opened 
    on Apr 23, 2023
  • #55

It would be great a way to add a custom user agent to the client
  • aenima-x
  • Opened 
    on Sep 3, 2021
  • #48

Hello, I came across your library, it looks nice, I wonder if there is any way to limit the maximum of concurrent requests sent to a server? My use case, is that servers I target have per IP concurrent ...
  • jeandet
  • Opened 
    on Jul 3, 2021
  • #47

I m having problems with big response payloads class httpcore.RemoteProtocolError - peer closed connection without sending complete message body No matter what value I set in the timeout parameter I ...
  • aenima-x
  • Opened 
    on Dec 1, 2020
  • #46

I am trying to connect to a REST API with this client but I get this error when I try to list projects. What does this error mean? When I use curl it works fine. Code: api = API( api_root_url= ...api_url... ...
  • napsta32
  • Opened 
    on Aug 16, 2020
  • #44

I have updated to 1.0.6 and find myself not having any builtin exception being returned when the remote connection is impossible. I tested how it react when shutting down my RESt server but it throws ...
bug
  • depauwjimmy
  • Opened 
    on Jun 22, 2020
  • #42

The client allows you to set json_encode_body on both API (global to the API?) and on the resources (local to the resource?). This works fine in a scenario where you have many non-JSON resources and a ...
  • denravonska
  • 2
  • Opened 
    on May 28, 2020
  • #41
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub