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 existing instrument endpoints to:
from instruments/ and urns/ to instruments/ and instruments/urn resp.
NOTE: endpoints need to be adjusted in AMT.
add new endpoints:
requirements (returning a list of urns of all requirements)
requirements/urn/{urn} (returning requirement with a specific urn)
add new endpoints: measures and measures/urn
measures (returning a list of urns of all measures)
measures/urn/{urn} (returning measures with a specific urn)
similar to how instruments are loaded upon start of server, requirements and tasks should be loaded upon start of server.
The text was updated successfully, but these errors were encountered:
Description
Technical implementation
refactor existing instrument endpoints to:
from instruments/ and urns/ to instruments/ and instruments/urn resp.
NOTE: endpoints need to be adjusted in AMT.
add new endpoints:
add new endpoints: measures and measures/urn
similar to how instruments are loaded upon start of server, requirements and tasks should be loaded upon start of server.
The text was updated successfully, but these errors were encountered: