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
Currently, the DTS offers three different services: transformations, transform and results. When a client requests an unknown service, an error code 404 gets returned along with a message indicating an unknown service. Further information about available services can be provided by sending back a JSON containing the error code, an error message and a list of available services.
Is related to issue #6.
Files
index.php
config.php (new)
Tasks
Implement the new response message.
Test if it is returned if an unknown service is queried.
The text was updated successfully, but these errors were encountered:
Description
Currently, the DTS offers three different services: transformations, transform and results. When a client requests an unknown service, an error code 404 gets returned along with a message indicating an unknown service. Further information about available services can be provided by sending back a JSON containing the error code, an error message and a list of available services.
Is related to issue #6.
Files
index.php
config.php (new)
Tasks
The text was updated successfully, but these errors were encountered: