person-v1 is an authoritative API for RPI Ambulance member data. Data is ingested from G Suite and our training application (well, not right now, but once that's built out) and provided to services that need it.
All requests must be accompanied by a query string: ?token=<token>
.
-
/get/users
Provides all members' full data -
/get/user/<identifier>
Provides data only for the member associated with thatidentifier
. Per Google's documentation:The value can be the user's primary email address, alias email address, or unique user ID.
A Google service account is used to query their APIs. Request the private key file in JSON format, and place it in /keys
named as person-api.json
.
person-v1 is provided under the MIT License.
For any question, comments, or concerns, email [email protected], create an issue, or open up a pull request.