Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 544 Bytes

File metadata and controls

21 lines (15 loc) · 544 Bytes

BuildStatus

gas-api

RESTful JSON API for the GeekSoc Account System

Purpose

This provides a RESTful API to GeekSoc accounts, which are stored in LDAP.

Contributing

  1. Fork it.
  2. Create a branch (git checkout -b my_gas)
  3. Commit your changes (git commit -am "Added awesomeness")
  4. Push to the branch (git push origin my_gas)
  5. Open a Pull Request and wait.