agithub icon indicating copy to clipboard operation
agithub copied to clipboard

Agnostic Github client API -- An EDSL for connecting to REST servers

Results 25 agithub issues
Sort by recently updated
recently updated
newest added

As discussed in #39, here the renaming. :)

Hi there, How agithub handle the endpoint which is dynamically changed as example below: `api.com/rooms/{room_id}/members` the `room_id` is a parameter which is dynamically changed. Thank you

Hello there i've been using the tool for a while now and i encountered an issue recently. I have the following code line: `status_search_customer, data_search_customer = cms.customers.search.get(f_users.login = csv_dicc["login"])` As...

Class Body in method parseContentType is assuming (basing on RFC 2068) that ISO-8859-1 is default charset in case none is provided... while RFC-4627 (https://tools.ietf.org/html/rfc4627) says "JSON text SHALL be encoded...

The [List workflow runs](https://developer.github.com/v3/actions/workflow_runs/#list-workflow-runs) GitHub API returns an object with a nested list. It also returns the standard GitHub link headers to support pagination. With the following code, no pagination...

The main discussion of the problem is in #74, but TLDR is that `IncompleteRequest.__getattr__` mutating and returning `self` makes a lot of use-cases needlessly complicated. This is a breaking change....

I saw the TODO in the code and implemented a Context Manager for Requests. I tested it using test.py and by instantiating a GitHub client instance to check that connections...

I've been using this client in one of my projects[1] and I'm loving that I don't need to do anything to incorporate new API additions but I've run into a...