An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# act-rest-api [![Build Status](https://travis-ci.org/act-org/act-rest-api.png?branch=master)](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))