lurker icon indicating copy to clipboard operation
lurker copied to clipboard

📖 The ultimate tool for documenting and testing APIs in Rails

Results 40 lurker issues
Sort by recently updated
recently updated
newest added

According to http://spacetelescope.github.io/understanding-json-schema/reference/type.html I can set optional type like this: ``` yml { "type": ["number", "null"] } ``` but in real life I see that in output: ``` of type...

Sometime we can have empty params. Fix it up.

Hello, How we can change Target Hosts? Or specify some? Also, how we can change main page template? I want to add logo and link to home page, or some...

Hello, Is it possible to have some form similar to parameters but for headers. We have an API app and all requests require to enter Token in headers. Thanks Igor