You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor api to calls of the form /{context}/{operation}/{param(s)} to help our api endpoints expand and be consistent.
Refactor api endpoints to:
/login/{aid}
/login/status/{aid}
/report/upload/{aid}/{dig}
/report/status/{aid}/{dig}
The text was updated successfully, but these errors were encountered:
2byrds
changed the title
Refactor api calls to /<context>/<operation>/<param>/<param>
Refactor api calls to /{context}/{operation}/{param(s)}
Aug 15, 2024
Refactor api to calls of the form /{context}/{operation}/{param(s)} to help our api endpoints expand and be consistent.
Refactor api endpoints to:
The text was updated successfully, but these errors were encountered: