postmanlabs / gsoc

Postman - Google Summer of Code
Apache License 2.0
33 stars 10 forks source link

"Support for more request body methods." whoch repo will give more idea about this? postman-collections or postman-runtime. #8

Closed pandyamarut closed 4 years ago

pandyamarut commented 4 years ago

I want more understanding on how we are doing it for other request methods like OpenApI, GraphQl etc. Also tried getting in touch with people on IRC. could not get through. Thank you in Advance!

codenirvana commented 4 years ago

Hey @pandyamarut, These two modules are closely associated and changes are required at both the places.

The core of Postman is powered by Runtime that helps to execute requests and scripts and the Collection SDK allows to work with Postman Collection schema format.

Here are the PRs for adding support for GraphQL:

pandyamarut commented 4 years ago

@codenirvana Thanks. I will have a look. Might ping you back in case I'm stuck somewhere.

pandyamarut commented 4 years ago

@codenirvana we go by handling the Request body first and then we add the respective mode right ?

pandyamarut commented 4 years ago

hi @codenirvana . If you have some time. Can I share one flow Which I understood with you to get reviews on it ?

codenirvana commented 4 years ago

@pandyamarut Sure.