feat: add v2 api consumer bootstrap endpoints
This commit is contained in:
parent
e1c0f46a67
commit
75ad691dd6
8 changed files with 285 additions and 1 deletions
|
|
@ -416,6 +416,13 @@ data ApiV2HubCapabilityManifestsController
|
|||
| ApiV2ActivateHubCapabilityManifestAction { hubCapabilityManifestId :: !(Id HubCapabilityManifest) }
|
||||
deriving (Eq, Show, Data)
|
||||
|
||||
data ApiV2ApiConsumersController
|
||||
= ApiV2IndexApiConsumersAction
|
||||
| ApiV2ShowApiConsumerAction { apiConsumerId :: !(Id ApiConsumer) }
|
||||
| ApiV2CreateApiConsumerAction
|
||||
| ApiV2CreateApiConsumerKeyAction { apiConsumerId :: !(Id ApiConsumer) }
|
||||
deriving (Eq, Show, Data)
|
||||
|
||||
data ApiV2WidgetPatternsController
|
||||
= ApiV2IndexWidgetPatternsAction
|
||||
| ApiV2ShowWidgetPatternAction { widgetPatternId :: !(Id WidgetPattern) }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue