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
With the changes done in this PR a new endpoint was created to return the ApiProducts - with their name/the platform ID used to create them - from the IdP.
This endpoint allows getting the list of stored apiProducts in the IdP in order to keep it in sync with the Portal DB.
For now, this endpoint results in a panic("implement me").
The text was updated successfully, but these errors were encountered:
inFocus7
changed the title
Update Cognito implementation to implement the GetApiProducts endpoint
Implement the GetApiProducts endpoint for Cognito
Sep 6, 2024
With the changes done in this PR a new endpoint was created to return the ApiProducts - with their name/the platform ID used to create them - from the IdP.
This endpoint allows getting the list of stored apiProducts in the IdP in order to keep it in sync with the Portal DB.
For now, this endpoint results in a
panic("implement me")
.The text was updated successfully, but these errors were encountered: