public interface ApiPlatformSession
| Modifier and Type | Method and Description |
|---|---|
ApiPlatformSession |
activateEndpoint(String organizationId,
String environmentId,
Long apiId)
Activates an endpoint in ApiPlatform.
|
ApiResponse |
getApi(Api api)
Retrieves an
Api using the local data. |
ApiResponse |
getApi(com.mulesoft.mule.runtime.gw.api.key.ApiKey apiKey)
Retrieves an
Api using the local data. |
ApiResponse |
getApi(com.mulesoft.mule.runtime.gw.api.key.ApiKey apiKey,
String entityTag)
Retrieves an
Api using the local data. |
List<ApiClientDto> |
getApiClients(String organizationId,
String environmentId,
Long apiId)
|
SessionMetadata |
metadata() |
SessionMetadata metadata()
ApiPlatformSession activateEndpoint(String organizationId, String environmentId, Long apiId)
List<ApiClientDto> getApiClients(String organizationId, String environmentId, Long apiId)
organizationId - StringenvironmentId - StringapiId - IntegerApiClientDtosApiResponse getApi(Api api)
Api using the local data.api - ApiApiResponse.ApiResponse getApi(com.mulesoft.mule.runtime.gw.api.key.ApiKey apiKey)
Api using the local data.apiKey - ApiKeyApiResponse.ApiResponse getApi(com.mulesoft.mule.runtime.gw.api.key.ApiKey apiKey, String entityTag)
Api using the local data.apiKey - ApiKeyentityTag - StringApiResponse.Copyright © 2014–2022 MuleSoft, Inc.. All rights reserved.