Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 766 Bytes

File metadata and controls

12 lines (11 loc) · 766 Bytes

EPHS Core API: A easy way to interact with core.edenpr.org

This is a API server that allows interacting with Core, a program at our school. This was made because you can't directly fetch data from the application because of cross site scripting protections, so I made this program.

Routes:

  • 127.0.0.1/api/v1/login (POST)
  • 127.0.0.1/api/v1/sessions/available (GET, Authorization)
  • 127.0.0.1/api/v1/sessions/signedup (GET, Authorization)
  • 127.0.0.1/api/v1/sessions/past (GET, Authorization)
  • 127.0.0.1/api/v1/sessions/signup (POST, Authorization)
  • 127.0.0.1/api/v1/sessions/leave (POST, Authorization)