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
We know that some of the v3 endpoints in Korifi are dummies that return hardcoded content. These are leftovers from the early days, when certain short-cuts were taken in order to enable the cf push funcionality sooner. However we should consider fixing them to achieve better API compatibility.
What to do
Go over Korifi's http handlers and look for stuff that is hardcoded or implemented in an overly-simplistic way and open issues for every such endopint
georgethebeatle
changed the title
[Explore]: Document all dummy v3 endpoint implementations
Document all dummy v3 endpoint implementations
Feb 27, 2025
Background
We know that some of the v3 endpoints in Korifi are dummies that return hardcoded content. These are leftovers from the early days, when certain short-cuts were taken in order to enable the cf push funcionality sooner. However we should consider fixing them to achieve better API compatibility.
What to do
Go over Korifi's http handlers and look for stuff that is hardcoded or implemented in an overly-simplistic way and open issues for every such endopint
Here are some examples:
korifi/api/handlers/oauth.go
Line 32 in e43410e
korifi/api/handlers/app.go
Line 679 in e43410e
korifi/api/presenter/buildpack.go
Lines 34 to 40 in e43410e
For each of these simplistic implementations we should find out
This context will be important for determining the priority of the resulting stories
The text was updated successfully, but these errors were encountered: