
The Let's Count API allows users to create, retrieve, update, increment, and decrement counters through a simple namespace and key system.
The Let's Count API allows users to create, retrieve, update, increment, and decrement counters through a simple namespace and key system.
Excellent tool for teaching new students how to interact with an API that uses POST and GET requests without requiring an API key or OAUTH. Let's me really focus on just the basics to start with. My only feature request would be this: an endpoint to get a list of valid Keys for a given Namespace by doing a GET request to /namespace. Then this API would be 😚👌.