Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

Feature Request: HTML anchors (hyperlinks) to the API endpoints' parts of documentation #180

Open
iworker opened this issue Apr 3, 2021 · 0 comments

Comments

@iworker
Copy link

iworker commented Apr 3, 2021

For example, I created Get Resource [GET /resources/{resourceId}] endpoint and I want to create a hyperlink to this part of API documentation in different endpoint. But I can't do it because hyperlinks are not supported.

It may looks like:

## Resources

### Get Resource [GET /resources/{resourceId}]

... some documentation ...

...

## Parent Resources

### Get Parent Resource [GET /parentResources/{parentResourceId}]

`childResource` – see details in [get resource](/Resources/Get Resource)

... some documentation ...

Where [get resource](/Resources/Get Resource) is a hyperlink to the Get Resource endpoint documentation.

As I understand, currently it's impossible to create such kind of hyperlinks.

@iworker iworker changed the title Feature Request: HTML anchors (hyperlinks) to different API endpoints Feature Request: HTML anchors (hyperlinks) to API endpoints Apr 3, 2021
@iworker iworker changed the title Feature Request: HTML anchors (hyperlinks) to API endpoints Feature Request: HTML anchors (hyperlinks) to API endpoints' parts of documentation Apr 3, 2021
@iworker iworker changed the title Feature Request: HTML anchors (hyperlinks) to API endpoints' parts of documentation Feature Request: HTML anchors (hyperlinks) to the API endpoints' parts of documentation Apr 3, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant