Skip to content

Jonhasacat/vatusa-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VATUSA API

This repository is the API of the VATUSA website, and is the subdomain api.vatusa.net. It works in parallel to vatusa/current.

Middleware notes:

  • auth:jwt,web - Session authentication only. Does not include CORS checks.
  • Private - Only for internal calls to the API. Includes CORS checks.
  • SemiPrivate - Attempts both session authentication and API Key check.
  • Public - For readability only, to be phased out.
  • APIKey - Legacy for v1, only checks API Key in URL path.

About

VATUSA's RESTful API for facilities

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 41.3%
  • JavaScript 39.0%
  • PHP 17.8%
  • Blade 1.8%
  • Other 0.1%