https://github.com/act-org/act-rest-api
The ACT, Inc. REST API is designed to be a Level 3 RESTful API in the Richardson Maturity Model.
https://github.com/act-org/act-rest-api
Last synced: 10 months ago
JSON representation
The ACT, Inc. REST API is designed to be a Level 3 RESTful API in the Richardson Maturity Model.
- Host: GitHub
- URL: https://github.com/act-org/act-rest-api
- Owner: act-org
- License: mit
- Created: 2014-01-11T22:44:04.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-11T18:32:55.000Z (over 11 years ago)
- Last Synced: 2024-04-14T11:13:31.295Z (over 1 year ago)
- Language: JavaScript
- Size: 1010 KB
- Stars: 0
- Watchers: 10
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# act-rest-api [](https://travis-ci.org/act-org/act-rest-api)
## Usage
* /api/rest/v0.1/learningObjectives (GET, POST)
* /api/rest/v0.1/learningObjectives/{id} (GET, PUT, DELETE)
* /api/rest/v0.1/students (GET, POST)
* /api/rest/v0.1/students/{id} (GET, PUT, DELETE)
## Developing
* Sample REST API
### Tools
* Created with [Nodeclipse](https://github.com/Nodeclipse/nodeclipse-1)
([Eclipse Marketplace](http://marketplace.eclipse.org/content/nodeclipse), [site](http://www.nodeclipse.org))