You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 16, 2021. It is now read-only.
A sponsor should have the following properties:
The RESTful JSON API:
/api/sponsors
: Create a new sponsor (secured, admin only)/api/sponsors
: Get a list of all sponsors/api/sponsors?level={level}
: Get a list of all sponsors with the specified level/api/sponsors/{id}
: Get the sponsor with the specified id/api/sponsors/{id}
: Update the sponsor with the specified idThe text was updated successfully, but these errors were encountered: