Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.
Gram Liu edited this page May 13, 2020 · 4 revisions

This is the homepage for the CMU Course API (v2), developed and maintained by ScottyLabs.

A live version of the API is up here.

The full documentation for the API's public features is available here.

Requirements

To test the features of the API, you may use Postman which you can download here.

Making a request

  1. Set the request type to GET and type in the URL

    GET request

  2. Set the Body to either x-www-form-urlencoded or raw/JSON and enter any parameters if required

    Example request with x-www-form-urlencoded

    x-www-form-urlencoded

    Example request with raw/JSON

    raw/JSON

  3. Click the send button and the response will be displayed at the bottom

Clone this wiki locally