GithubHelp home page GithubHelp logo

Comments (8)

azaslonov avatar azaslonov commented on May 23, 2024

Hi @Sacratees, we don't know if we're going to implement "appllications" module (it wasn't very popular in the current portal), but we'll certainly document how to fairly quickly implement similar features.

from api-management-developer-portal.

Sacratees avatar Sacratees commented on May 23, 2024

Hi @azaslonov ,

Could you please provide any rest api reference to manage the applications?

Actually i am able to retrieve applications by GET method. https://management.azure.com/subscriptions//resourceGroups//providers/Microsoft.ApiManagement/service/<service_name>/applications?api-version=2019-01-01

But i am not able to create any applications by rest api model (PUT, POST is not supported). The above api only supporting HEAD, GET, PATCH.

Can you provide some reference to create / update the application entity by programming model?

from api-management-developer-portal.

mikebudzynski avatar mikebudzynski commented on May 23, 2024

@Sacratees Full API Management REST API reference is located here: https://docs.microsoft.com/en-us/rest/api/apimanagement/ We do not expose APIs for managing applications.

Could you please describe what you use "Applications" for? What are you trying to achieve through this feature? Why do you need it?

from api-management-developer-portal.

sdementen avatar sdementen commented on May 23, 2024

@mikebudzynski, do you mean the API to manage the database behind the new developer portal is also accessible via the APIM API rest interface?

from api-management-developer-portal.

Sacratees avatar Sacratees commented on May 23, 2024

@mikebudzynski,

We are using "Applications" to showcase about the connected apps to the external world.
As application details will be submitted by API consumer and API provider will publish it for the external visibility.

We have a requirement to migrate the application details across different instance, So i am looking for some programming model to create an application entity in the new APIM instances.

It will be really helpful for me, if any REST API is exposed to manage the applications.
Why MS does not expose any programming model to manage applications though the feature available?

from api-management-developer-portal.

mikebudzynski avatar mikebudzynski commented on May 23, 2024

@Sacratees

Your current use case is as follows:

  1. API consumers submit a customer reference (real-world use case, "application") to API providers
  2. API providers publish a customer reference on the developer portal

You are also looking for the following, which is currently not supported:
3. Migrate the published customer reference between the environments

Although the new developer portal doesn't have built-in "applications", you can achieve all three goals easily.

  1. API consumers can submit their reference through means other than a built-in application management system (for example, a contact form, an email, ...).
  2. API providers can create a new page or edit an existing page to contain customer reference.
  3. The new portal supports dev-ops scenarios and migration between the environments. It's not documented yet, but there's a sample "migrate" script in the /scripts folder.

from api-management-developer-portal.

mikebudzynski avatar mikebudzynski commented on May 23, 2024

@sdementen Yes. Initial documentation is available at: https://github.com/Azure/api-management-developer-portal/wiki/Content-management-REST-API

Every page, configuration item etc. can be exported through APIs.

from api-management-developer-portal.

sdementen avatar sdementen commented on May 23, 2024

👍
I could not find the /contentTypes under the doc https://docs.microsoft.com/en-us/rest/api/apimanagement/2019-01-01 so I was a bit confused.

from api-management-developer-portal.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.