Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[portal] How to reference API endpoint in API documentation #2558

Closed
handsomeyang opened this issue Aug 29, 2019 · 2 comments
Closed

[portal] How to reference API endpoint in API documentation #2558

handsomeyang opened this issue Aug 29, 2019 · 2 comments

Comments

@handsomeyang
Copy link

${portal.entrypoint} does not work.

@handsomeyang handsomeyang changed the title How to reference API endpoint in API documentation [ui]How to reference API endpoint in API documentation Sep 4, 2019
@brasseld brasseld changed the title [ui]How to reference API endpoint in API documentation [portal] How to reference API endpoint in API documentation Sep 4, 2019
@brasseld
Copy link
Member

brasseld commented Sep 4, 2019

Hi @handsomeyang

It will be easier to get them starting with Gravitee.io 1.29 since you'll get entrypoints as part of the API payload:

  "entrypoints" : [ {
    "target" : "https://api.company.com/echo"
  } ],

So, ${api.entrypoints} will allow you to get these entrypoints.

Regards,

@brasseld brasseld added this to the APIM - 1.29.0 milestone Sep 4, 2019
@brasseld brasseld self-assigned this Sep 4, 2019
@aelamrani
Copy link
Member

Closed by #1594

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants