OAI / OpenAPI-Specification

The OpenAPI Specification Repository
https://openapis.org
Apache License 2.0
28.93k stars 9.06k forks source link

How to get multiple responses from one end point? #1664

Closed bharaths222 closed 6 years ago

bharaths222 commented 6 years ago

I am able to get 3 responses/outputs (two data tables and one text) from 3 endpoints but I want to see all 3 responses from one endpoint. Is that possible? Is there any way to hard code to get the responses from one endpoint?

I am a beginner at Plumber API. Please don't mind if this question looks silly.

silkentrance commented 6 years ago

This is not stack overflow. Regardless, if you need just one end point, then consolidate all other end points into that one, returning a wrapper JSON object that will then include all the information that you need.

bharaths222 commented 6 years ago

Sorry, thank you for the info. Closing this issue.