Answer the question
In order to leave comments, you need to log in
How to idle requests with swagger?
there is a swagger file. I need to send information myself when an event happens. those. it turns out I have to build queries? It turns out I am a client ?, which sends requests to the server? if so, how to generate them via swagger?, node.js platform
Answer the question
In order to leave comments, you need to log in
Swagger is a tool for designing an interaction protocol (API). It does not implement any client or server logic. Just an agreement that is already under development. What is the client, what is the server must be implemented. If you have built your API based on Swagger, then you are programming both parts. If you were given a Swagger specification for a ready-made API, then your goal is to write a client.
To help, Swagger shows which queries it builds in sandbox mode.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question