RESTful JSON API for the GeekSoc Account System
This provides a RESTful API to GeekSoc accounts, which are stored in LDAP.
- Fork it.
- Create a branch (
git checkout -b my_gas
) - Commit your changes (
git commit -am "Added awesomeness"
) - Push to the branch (
git push origin my_gas
) - Open a Pull Request and wait.