https://github.com/nullthefirst/eit-api
https://github.com/nullthefirst/eit-api
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nullthefirst/eit-api
- Owner: nullthefirst
- Created: 2020-01-12T17:59:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-21T14:14:49.000Z (over 6 years ago)
- Last Synced: 2025-02-18T11:43:00.429Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://eitapi.herokuapp.com/
- Size: 31.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.com/Usheninte/eit-api)
# API
| Path | Action |
| ------------- | ------------------------- |
| `/` | [READ] Get all EITs |
| `/add` | [CREATE] Add an EIT |
| `/update/:id` | [UPDATE] Edit EIT by ID |
| `/delete/:id` | [DELETE] Delete EIT by ID |
# Documentation
- [Postman Docs](https://documenter.getpostman.com/view/4525265/SWT5iLpw?version=latest)