| Package | Description |
|---|---|
| io.apiman.manager.api.rest.contract |
| Modifier and Type | Method and Description |
|---|---|
io.apiman.manager.api.beans.orgs.OrganizationBean |
IOrganizationResource.create(io.apiman.manager.api.beans.orgs.NewOrganizationBean bean)
Use this endpoint to create a new Organization.
|
io.apiman.manager.api.beans.apps.ApplicationBean |
IOrganizationResource.createApp(String organizationId,
io.apiman.manager.api.beans.apps.NewApplicationBean bean)
Use this endpoint to create a new Application.
|
io.apiman.manager.api.beans.plans.PlanBean |
IOrganizationResource.createPlan(String organizationId,
io.apiman.manager.api.beans.plans.NewPlanBean bean)
Use this endpoint to create a new Plan.
|
io.apiman.manager.api.beans.services.ServiceBean |
IOrganizationResource.createService(String organizationId,
io.apiman.manager.api.beans.services.NewServiceBean bean)
Use this endpoint to create a new Service.
|
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.