https://github.com/lazorfuzz/ey_rest
https://github.com/lazorfuzz/ey_rest
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lazorfuzz/ey_rest
- Owner: lazorfuzz
- Created: 2019-08-26T04:09:21.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-06T19:39:45.000Z (about 5 years ago)
- Last Synced: 2025-03-18T08:28:45.362Z (over 1 year ago)
- Language: Python
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ey_rest
## Getting Started
```
pip3 install -r requirements.txt
python3 api.py
```
Once the server is running on port 5000, make a GET request to http://127.0.0.1:5000/orgs to see a list of organizations.
## Docs
Available [here](docs.md)
To generate new docs, run `./updatedocs`