Go to file
Howl faf948b037 Implement rate limiting
- 60 requests per minute for requests without a valid API token
- 2000 requests per minute per user for requests with a valid API token
2016-07-06 16:33:58 +02:00
app Implement rate limiting 2016-07-06 16:33:58 +02:00
common Remove read privilege. Public data is now readable by everyone without having to pass an API token. Feel free to test around as much as you like! 2016-07-06 14:22:43 +02:00
.gitignore Allow compilation of the API on Windows 2016-06-22 13:13:33 +02:00
LICENSE MIT -> proprietary license 2016-06-10 13:19:13 +02:00
main.go Allow compilation of the API on Windows 2016-06-22 13:13:33 +02:00
README.md Add roadmap to readme 2016-04-08 19:29:11 +02:00
startuato_linux.go Allow compilation of the API on Windows 2016-06-22 13:13:33 +02:00
startuato_windows.go Allow compilation of the API on Windows 2016-06-22 13:13:33 +02:00

osuripple/api

This is the source code for the Ripple API. It's still in its very early development, although I plan on putting it in an early beta phase in about a couple of weeks.

Public roadmap (it's actually just a trello board)

License

MIT