Skip to content
This repository has been archived by the owner on May 29, 2020. It is now read-only.
Robert Lin edited this page Jan 19, 2019 · 7 revisions
api.pinpoint.com/status

api.pinpoint.com/user
   POST - /create {email, name, password}
   POST - /login {email, password}
   POST - /verify {token}
   GET  - ?email=email

api.pinpoint.com/club
   POST - /create {name, description} 

api.pinpoint.com/club/<clubName>
   GET  - /overview
        - /period/
          POST - /create {name, clubID}
        - /period/<periodName>
          GET  - /
          GET  - /applicant?applicantID=id, email=email
          POST - /tag/create { eventID, name, applicantID, clubID}
          GET  - /tag?applicantID=id, eventID=id, clubID=id
               - /event 
                    POST - /create {name, clubID}
                    GET  - ?eventID=id, clubID=id
                    PUT  - /submit {...}

    
Clone this wiki locally