member_api
Version, currently master branch1 version
- master branchlatestMar 2, 2020
github.com/DeltadexGame/API
Game API that manages user authentication, cards and statistics
0 stars
0 dependents
License: MIT
Installation
# Add this to your shard.yml
dependencies:
member_api:
github: DeltadexGame/API
branch: mastermaster is a branch, not a release, so this tracks it rather than pinning a version.
Then run:
shards installshard.yml
- Crystal
0.32.1- License
- MIT
- Author
- Michael Forde
- Target
member_apifrom src/member_api.cr
Dependencies
Runtime Dependencies
- pg*github: will/crystal-pg
- clear*github: anykeyh/clear, branch: master
- kemal*github: kemalcr/kemal
- dotenv*github: gdotdesign/cr-dotenv
- kemal-basic-auth*github: kemalcr/kemal-basic-auth
README
API
Usage
Endpoints
- Register - POST -
/auth/register- JSON argumentsusername,password- returns 200 or 501 - Login - POST -
/auth/login- JSON argumentsusername,password- returns 200 or 403 - Verify Token - POST -
/auth- JSON argumentstoken- returns 200 or 403
Development
TODO: Write development instructions here
Deployment
TODO: Write installation instructions here
Contributing
- Fork it (https://github.com/your-github-user/member_api/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Contributors
- Michael Forde - creator and maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This branch
- Branch
master- Seen
- Mar 2, 2020
- Crystal
0.32.1- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/DeltadexGame/API
Metadata
- Created
- Aug 12, 2026
- Updated
- Sep 22, 2026
- Synced
- Sep 22, 2026
- Versions
- 1