Endpoint '/counters/increment/' - raise from skeleton to functional #18
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
All needed counters are currently able to be incremented internally, so re-implementing
/increment_counter
(API v1) to/counters/increment/
was not prioritized as heavily as porting/get_counter
(now/counters/get/
).Functionality remains to be implemented, a skeleton handler is in place to support requests to the
/counters/increment/
endpoint.assigned to @codey
changed title from Endpoint '/counters/increment' - raise from skeleton to functional to Endpoint '/counters/increment{+/+}' - raise from skeleton to functional
changed the description
changed the description
changed the description
Unnecessary, API can update the DB/increment counters as requests are processed.