Metadata-Version: 2.1
Name: tk-rest
Version: 0.1.5
Summary: Explore REST API in a heartbeat
Home-page: https://github.com/qhuydtvt/tk-rest
Author: TechKids Coding School
Author-email: techkidsvn@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: requests

Explore REST API in a heartbeat

```
from tk_rest import TKRest
any_api = TKRest("http://jsonplaceholder.typicode.com")
print(any_api.posts.get().json())
```


