Kronopt

Results 14 issues of Kronopt

Maybe test with more complex json responses or even use real responses

Querying a root endpoint of PokeAPI returns a list of resources available for that endpoint. pokepy should handle that situation

Async client should use aiohttp to perform requests to the PokeAPI and implement all get_* methods

Sync client should use requests to make http requests to the PokeAPI and implement all get_* methods

Base client should have all the base methods required by the sync and async clients

Every class should expect a `dict` with the http response as parsed by the json package, and then assign all available properties

Hey @Naramsim and @phalt, I was thinking about rewriting pokepy. My main motivation is to move away from `beckett`. I could then implement both synchronous and asynchronous clients, using `requests`...

question

Hi, I think it would be useful to parse external files for **variable tags**. This way it would be possible to have the response contents outside the mock definition files...

help wanted
good first issue

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...