General Usage
CaulfieldSync provides an easy way for developers to interact with the CaulfieldLife API. Most API endpoints require a user token, which can be generated using the token endpoint.
This token provides access to a user's information for various other purposes, but can expire after a certain period of time actually not too sure about that one, we'll have to see.
All api endpoints are from https://caulfieldsync.vercel.app
, so /api/calendar
would be https://caulfieldsync.vercel.app/api/calendar
General URL parameter descriptions are as follows:
- token: The user's token, used to get their calendar and contains their identification and password
- userID: optional value to make the API call a bit faster, is the identification code for a user grabbed from userInfo