act-org / act-rest-api

The ACT, Inc. REST API is designed to be a Level 3 RESTful API in the Richardson Maturity Model.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

act-rest-api Build Status

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

About

The ACT, Inc. REST API is designed to be a Level 3 RESTful API in the Richardson Maturity Model.

License:MIT License


Languages

Language:JavaScript 98.7%Language:CSS 1.3%