| Package | Description |
|---|---|
| org.wso2.am.integration.clients.store.api.v1 | |
| org.wso2.am.integration.clients.store.api.v1.dto |
| Modifier and Type | Method and Description |
|---|---|
RecommendationsDTO |
RecommendationsApi.recommendationsGet()
Give API recommendations for a user
This API can be used to get recommended APIs for a user who logs into the API store
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<RecommendationsDTO> |
RecommendationsApi.recommendationsGetWithHttpInfo()
Give API recommendations for a user
This API can be used to get recommended APIs for a user who logs into the API store
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
RecommendationsApi.recommendationsGetAsync(ApiCallback<RecommendationsDTO> callback)
Give API recommendations for a user (asynchronously)
This API can be used to get recommended APIs for a user who logs into the API store
|
| Modifier and Type | Method and Description |
|---|---|
RecommendationsDTO |
RecommendationsDTO.addListItem(RecommendedAPIDTO listItem) |
RecommendationsDTO |
RecommendationsDTO.count(Integer count) |
RecommendationsDTO |
RecommendationsDTO.list(List<RecommendedAPIDTO> list) |
Copyright © 2020 WSO2 Inc. All rights reserved.