Skip to content
/ core-api Public

API for core.edenpr.org. Not officially supported at all.

Notifications You must be signed in to change notification settings

ephs/core-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

API for core.edenpr.org. Not officially supported at all.

Resources

Stars

Watchers

Forks

Packages

No packages published