Poulpo
Poulpo
as a workaround Adding newtonsoft (from ocelot service builder) removed the input and output formatter. Can be revert after the AddOcelot() ``` services.AddOptions().PostConfigure((opts, jsonOpts, logger) => { if (opts.InputFormatters.OfType().Count() ==...
This is how I do with Swashbuckle. This is a work in progress, there is a lot of missing part (matching, cache...) Create new specs list based on your services:...
Btw do we have a way to retrieve the yarp object configuration directly instead of reading the config files manually?
I think I can help a bit with this part. But I'm not sure if this swagger addition should be put in this repository, or a separate one There are...
Here is the main idea (I will push also a PR soon!!) # problem statement Find a way with Yarp to expose open API specifications based on underlying services ##...