Norberto L. Herz

Results 17 issues of Norberto L. Herz

The following syntax for `!includes` should be allowed in resource types and traits. ``` yaml #%RAML 0.8 title: My Sample API resourceTypes: - collection: get: post: body: example: !include .json...

Type: Enhancement
Status: Idea
Topic: Spec

This will warn through logging if the response is correct. Example: if a response header is ok based on RAML or if all the required headers are being send on...

enhancement
server

if a resource path has more than 1 level the "/" is part of the Handler function name which is not valid. /led: WORKING /something/led: FAILING

By default, the generated code uses DHCP. Add a parameter for changing that.

enhancement
TODO

At the last version of Webduino, PUT method was not responding properly. Check if that's been fixed on the new version, or implement a fix.

bug

Complex URL and URL Parameters are not working. Tokenizing and splitting are both failing in some cases

bug

Provide an option to define if: - The code should be created as 1 function per resource and a CASE inside of it. - The code should be created as...

enhancement

Split the libraries installation to a separated command (that can be invoked from the main one when defining the option)

enhancement
TODO

I found this after a while without working on a project that included this library. There are 2 pull requests that actually solve the problem. I forked from them and...

I'm using Webduino library for implementing a REST API, and while coding and testing, I realized that, when submitting a request by using PUT verb, the application fails. If I...