Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Handling of unknown service requests #13

Open
2 tasks done
airnst opened this issue Oct 16, 2024 · 0 comments · May be fixed by #18
Open
2 tasks done

[FEATURE] Handling of unknown service requests #13

airnst opened this issue Oct 16, 2024 · 0 comments · May be fixed by #18
Assignees
Labels

Comments

@airnst
Copy link
Collaborator

airnst commented Oct 16, 2024

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

  • Implement the new response message.
  • Test if it is returned if an unknown service is queried.
@airnst airnst added the enhancement New feature or request label Oct 16, 2024
@airnst airnst self-assigned this Oct 16, 2024
@airnst airnst linked a pull request Oct 24, 2024 that will close this issue
@airnst airnst linked a pull request Oct 24, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant