We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No response
According to the v3 api docs one should be able to get all anabled features for a given app by requesting GET /v3/apps/:guid/features/:name.
GET /v3/apps/:guid/features/:name
GIVEN I have pushed an app to korifi WHEN I GET /v3/apps/:guid/features/:name THEN I see the following response
HTTP/1.1 200 OK Content-Type: application/json { "name": "feature-name", "description": "fature description", "enabled": false }
This naive implementation will unblock certain use cases as the MTA one. We will change this once an app feature is supported.
The text was updated successfully, but these errors were encountered:
Opened a Pull Request, hoping to solve this: #3206
Sorry, something went wrong.
Thanks, @marsteg !
No branches or pull requests
Blockers/Dependencies
No response
Background
According to the v3 api docs one should be able to get all anabled features for a given app by requesting
GET /v3/apps/:guid/features/:name
.Acceptance Criteria
GIVEN I have pushed an app to korifi
WHEN I
GET /v3/apps/:guid/features/:name
THEN I see the following response
Dev Notes
This naive implementation will unblock certain use cases as the MTA one. We will change this once an app feature is supported.
The text was updated successfully, but these errors were encountered: