Abstract application of access:uptime
from API endpoint implementation
#154
Labels
enhancement
New feature or request
access:uptime
from API endpoint implementation
#154
Today, when we create a REST API endpoint, we specify a number of options like so:
Under
options
, we specify atags
field withaccess:uptime
as the sole item. We need to specify this for all of our API functions, and it shouldn't be up to the implementer to make sure it gets done, as we already have a wrapper function that abstractions some other parts of the route creation.We should add this abstraction to our existing wrapper.
The text was updated successfully, but these errors were encountered: