An open API service indexing awesome lists of open source software.

https://github.com/surbhitt/butler

make requests
https://github.com/surbhitt/butler

api backend-api requests-library-python

Last synced: 3 months ago
JSON representation

make requests

Awesome Lists containing this project

README

          

# Butler

Request endpoints and remember what you did

### Usage

```bash
~ » butler -X 'GET' https://jsonplaceholder.typicode.com/todos/1
status code : 200
out ----------------
{
"userId": 1,
"id": 1,
"title": "delectus aut autem",
"completed": false
}
```