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

Implement new resource for fetching API overview markdown content in devportal #893

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

AqeelMuhammad
Copy link
Contributor

Purpose

  • Implemented the new API resource /apis/{apiId}/markdown-content in the devportal to fetch the overview markdown content of an API.
  • Instead of the old logic which checks the availability of an _overview other type document, this implementation now checks whether the value of the boolean parameter isMarkdownOverview of the get API details devportal API is true. If true, it replaces the overview page with the markdown content fetched from the new resource.

Copy link

@hisanhunais
Copy link
Contributor

DO NOT MERGE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Do Not Merge Do not merge this PR as this is a draft PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants