Luuk Wester
Luuk Wester
It would be nice if it were possible to list scenes and enable them using this library. I want to make a small interface to operate my home lights, and...
The current download urls present the default headers set by Google upon downloading. Sometimes it is necessary to set custom headers here (such as Content-Disposition to make the browser download...
Currently it is possible to create download urls to grant users unauthenticated access to files. It is however not possible to create upload urls, to allow users to upload files.
Currently, doc comments on enum variants are ignored. ```rust /// An enum representing the kind of the thing. #[derive(schemars::JsonSchema)] struct Kind { /// The kind is one! One, /// The...
Very large WIP, does nothing for now. This PR aims at eventually closing #297, or at least providing some of the requested functionality. For now I have created the traits...
Hi! I am using cargo trunk for a yew project, and if I create an empty yew project and run `trunk serve`, trunk produces approximately 160.000 lines in the terminal,...
Refactored the implementation of RangeSet. The original implementation did not enforce privacy of the fields of `Range`, which meant that the implementation of `Range` could not be easily swapped out....
Rapi doc is an alternative front end for openapi. This pull requests adds support for Rapi Doc to Okapi. The difference with the swagger UI is that swagger UI communicates...
Allows you to override the generated operation id for a route. This is convenient when multiple routes have the same function name, e.g. a crud app that has many route...
Thank you for this project! I've been struggling with documenting an API I build, and keeping that documentation up to date. I'm trying to add okapi to my project to...