Azure / azure-sdk-for-java

This repository is for active development of the Azure SDK for Java. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/java/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-java.
MIT License
2.33k stars 1.97k forks source link

[QUERY] API Management service - Java Examples #23759

Closed mayankkthr closed 3 years ago

mayankkthr commented 3 years ago

Query/Question API Management service - My requirement is to add API operations to hide my original url behind API Management service url. I need to achieve this use case using Java code. Could you point me to some code samples for it. Thanks in advance.

Why is this not a Bug or a feature Request? It is a question about what I am not able to find.

Setup (please complete the following information if applicable):

joshfree commented 3 years ago

@weidongxu-microsoft could you please assist @mayankkthr with their question? Thanks! 😄

weidongxu-microsoft commented 3 years ago

@mayankkthr I might not understand what you ask for.

Please take a look on the collection of samples, and see if you find one that meets your requirement. https://github.com/Azure/azure-sdk-for-java/blob/azure-resourcemanager-apimanagement_1.0.0-beta.2/sdk/apimanagement/azure-resourcemanager-apimanagement/SAMPLE.md

mayankkthr commented 3 years ago

@weidongxu-microsoft This helps. Thanks. Further I would like to know if you know any timelines by when apimanagement will be available as part of a stable release? Currently I see that it is available as a Beta release on this link - https://azure.github.io/azure-sdk-for-java/apimanagement.html

weidongxu-microsoft commented 3 years ago

@mayankkthr

I can check with apimanagement service about their commitment on API stability. But currently no exact schedule.

There is not much difference on stable and beta, except the API stability. Stable release would require service to freeze their REST API and data models, to avoid future breaking changes to customers.

mayankkthr commented 3 years ago

Sounds good. Thank you for your prompt response.