kovert | The invisible REST and web framework | Application Framework library
kandi X-RAY | kovert Summary
kandi X-RAY | kovert Summary
The invisible REST (and WEB) framework. It is "invisible" since it does not invade your code, and only uses annotations for exception cases (or view rendering). Kovert is a simple framework that binds your Kotlin classes into your Vert.x 3 (and soon Undertow) routers. It does not try to replace or rebuild these frameworks and only handles the task of providing the "last mile" binding to your controllers. From a fairly normal looking Kotlin class, Kovert can infer the route path and parameters. This framework is opinionated and optimized for easy coding and default behavior typical of most apps. If you want more control, please use Vertx-Nubes for Vert-x and Kikaha for Undertow, or take a peek at SparkJava.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of kovert
kovert Key Features
kovert Examples and Code Snippets
Community Discussions
Trending Discussions on kovert
QUESTION
I'm building a very simple application in Kotlin with Vertx and RxJava 2 (RxKotlin), using Kovert REST framework and Retrofit. I have retrofit-vertx adapter and the RxJava2 Retrofit adapter. I can return an arbitrary list from my listUndergroundStations()
method, but whenever I try to load from the remote API I get the following error:
ANSWER
Answered 2017-Jun-26 at 09:37There's an issue with retrofit-vertx
you are using. OkHttp3
's ResponseBuilder
requires message
to be not null, but VertxCallFactory
doesn't set it.
It's fixed in the latest version, but as it's still in development, you have to use snapshot:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install kovert
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page