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

[Proposal] Integrated API caller. #8016

Open
onurkanbakirci opened this issue May 12, 2022 · 0 comments
Open

[Proposal] Integrated API caller. #8016

onurkanbakirci opened this issue May 12, 2022 · 0 comments
Labels
interactivity Interact with APIs and code samples in the browser

Comments

@onurkanbakirci
Copy link

onurkanbakirci commented May 12, 2022

After reviewing docfx templates and plugins, i couldn't find integrated api caller. I think that integrated api caller feature is benefical for developers. After generating docfx website for api projects with this potential feature, developers can makes POST,GET,PUT etc. requests to endpoints and they can sets header, body etc. to their requests easily. They don't spend extra effort with opening swagger, postman or other tools to make requests to api.

Expected Behavior:
If developers set attribute to their controller class or methods about whether showing integrated api caller or not, inside of docfx website, integrated api caller section will be showed. Also, developers should set parameters like [Consumes("application/json")], [Produces("application/json")], DTO for controller methods for setting default placeholder parameters to integrated api caller requests.

@yufeih yufeih added idea interactivity Interact with APIs and code samples in the browser labels Dec 15, 2022
@yufeih yufeih removed the idea label Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
interactivity Interact with APIs and code samples in the browser
Projects
None yet
Development

No branches or pull requests

2 participants