-- Problem
Currently, API creators must manually subscribe to their own APIs before they can access them through the gateway.
Since the creator is expected to test and consume their own API, this adds an unnecessary step.
-- Expected Behavior
When a user publishes an API:
- An active subscription is automatically created for the owner.
- An API key is generated for that subscription.
- The owner can immediately access the API through the gateway.
- The owner cannot create another subscription for the same API.
-- Acceptance Criteria
-- Labels
enhancement
subscriptions
gateway
-- Problem
Currently, API creators must manually subscribe to their own APIs before they can access them through the gateway.
Since the creator is expected to test and consume their own API, this adds an unnecessary step.
-- Expected Behavior
When a user publishes an API:
-- Acceptance Criteria
-- Labels
enhancement
subscriptions
gateway