Skip to content

Commit

Permalink
review by @raman-m
Browse files Browse the repository at this point in the history
  • Loading branch information
raman-m committed Jun 11, 2024
1 parent 2bad3e8 commit a323d16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/introduction/notsupported.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ Ocelot does not know what models might be used in POST, PUT etc, so it all gets
Ocelot's configuration can change during runtime so the Swagger and Ocelot information would not match.
Unless we rolled our own Swagger implementation. 😋

If the user wants something to easily test against the Ocelot API then I suggest using Postman as a simple way to do this. It might even be possible to write something that maps ocelot.json to the postman json spec. However I don't intend to do this.
If the developer wants something to easily test against the Ocelot API then we suggest using `Postman <https://www.postman.com/>`_ as a simple way to do this.
It might even be possible to write something that maps ``ocelot.json`` to the Postman JSON spec. However we don't intend to do this.

Swagger Alternatives
--------------------
Expand Down

0 comments on commit a323d16

Please sign in to comment.