Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 936 Bytes

ORGS_API.md

File metadata and controls

14 lines (10 loc) · 936 Bytes

Interacting with the HackGreenville Events API

The Organizations API can be used to build your own custom applications from the structured JSON data representing the HackGreenville Organizations.

URLs and Query String Parameters

Contributor Notes

  • For those looking to help develop the Organizations API, the code is located at app-modules/api/src/Http/Controllers/OrgsApiV0Controller.php.
  • When viewing the API's response JSON, it's best to use Firefox, or enable the "Pretty Print" option in your browser.