Doc::CS API

From Computer Science Wiki
Revision as of 14:35, 13 October 2020 by Carnold (talk | contribs) (Created page with "== Overview == This service is in beta. A REST api to access/update certain departmental information is available at https://api.cs.vt.edu == Authentication == Authenticat...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Overview

This service is in beta.

A REST api to access/update certain departmental information is available at https://api.cs.vt.edu

Authentication

Authentication is made with a unique username/password combination for each service needing access to the API. Access will be limited to the individual items need by the service.

Examples

Curl

This example uses the curl command to access the api. Replaces 'myservice' with the username of your service.

Look up user information by Hokie ID curl -H 'Accept: application/json; indent=4' -u myservice https://api.cs.vt.edu/hokieids/99999999