Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sevazhidkov/rest-wrapper
Simple program that send GET query to API. GCI task.
https://github.com/sevazhidkov/rest-wrapper
Last synced: 11 days ago
JSON representation
Simple program that send GET query to API. GCI task.
- Host: GitHub
- URL: https://github.com/sevazhidkov/rest-wrapper
- Owner: sevazhidkov
- License: mit
- Created: 2015-12-17T13:12:20.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-18T04:23:17.000Z (almost 9 years ago)
- Last Synced: 2023-02-28T09:56:50.902Z (over 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# REST Wrapper
Simple program that send GET query to API. GCI task.
## Install
```
git clone https://github.com/sevazhidkov/rest-wrapper.git
cd rest-wrapper
chmod +x main.py
```
## Using
```
./main.py # Will show all posts
./main.py 32 # Will show post with id = 32
```