Felix Letkemann (personal)
Felix Letkemann (personal)
Fixes issue #469 header parameters were missing in generated file. This commit adds a method that adds them.
In case I use :html or :json or :markdown as config.format option, I always see the request headers "Authorization" and "Content-Type" in the document. As soon as I select open_api,...
If I attach more than 8 commands like this: webserver.addCommand("example", &exampleCmd); I get an error page with the content "EPIC FAIL" when I call one of the excess commands.
If I transmit the following JSON over CoAP, everything works fine: `[52403729, 13437171, 123456789, -1171, 3794, 4, 21212121, 1000]` If I transmit the same encoded as CBOR, the "params" variable...
While the readme of David lists sinatra as one of the frameworks which are compatible with david, I could not get david to work with sinatra so far. Adding the...
When I do a request to my rails application using postman, I get a hash in the parameters variable, looking like: ```=> {"author"=>"ernest hemingway", "isbn"=>"1234567"}, "format"=>"json", "controller"=>"api/v1/book", "action"=>"create"} permitted: false>```...