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]: Korifi API users can check what app features are enabled #2357

Closed
danail-branekov opened this issue Mar 27, 2023 · 2 comments
Closed
Labels
good first issue Good for newcomers mta support the MTA controller

Comments

@danail-branekov
Copy link
Member

danail-branekov commented Mar 27, 2023

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

HTTP/1.1 200 OK
Content-Type: application/json

{
  "name": "feature-name",
  "description": "fature description",
  "enabled": false
}

Dev Notes

This naive implementation will unblock certain use cases as the MTA one. We will change this once an app feature is supported.

@marsteg
Copy link
Contributor

marsteg commented Apr 4, 2024

Opened a Pull Request, hoping to solve this: #3206

@github-project-automation github-project-automation bot moved this from 🧊 Icebox to ✅ Done in Korifi - Backlog Apr 5, 2024
@danail-branekov
Copy link
Member Author

Thanks, @marsteg !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers mta support the MTA controller
Projects
Archived in project
Development

No branches or pull requests

2 participants