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
- Host: GitHub
- URL: https://github.com/surbhitt/butler
- Owner: surbhitt
- License: mit
- Created: 2024-07-20T16:02:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-16T03:03:27.000Z (5 months ago)
- Last Synced: 2025-06-17T05:04:31.651Z (4 months ago)
- Topics: api, backend-api, requests-library-python
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
}
```