raml2code-fixtures
Advanced tools
@@ -20,2 +20,3 @@ package org.gex.v1 | ||
| Response postArrayPrimitives( | ||
| @Context UriInfo uriInfo, | ||
| List<String> genericarray); | ||
@@ -22,0 +23,0 @@ |
@@ -21,2 +21,3 @@ package org.gex.v1 | ||
| Response postGatitoByIdPicture( | ||
| @Context UriInfo uriInfo, | ||
| @PathParam("catId")String catId, | ||
@@ -23,0 +24,0 @@ @FormDataParam("file")InputStream file, |
@@ -20,2 +20,3 @@ package org.gex.v1 | ||
| Response getGatitoById( | ||
| @Context UriInfo uriInfo, | ||
| @PathParam("catId")String catId, | ||
@@ -31,2 +32,3 @@ @QueryParam("filterBy")String filterBy, | ||
| Response putGatitoById( | ||
| @Context UriInfo uriInfo, | ||
| @PathParam("catId")String catId, | ||
@@ -33,0 +35,0 @@ ComplexCat complexCat); |
@@ -20,2 +20,3 @@ package org.gex.v1 | ||
| Response postGatitopByIdForm( | ||
| @Context UriInfo uriInfo, | ||
| @PathParam("catId")String catId, | ||
@@ -22,0 +23,0 @@ @FormDataParam("name")String name); |
@@ -20,2 +20,3 @@ package org.gex.v1 | ||
| Response getGatitos( | ||
| @Context UriInfo uriInfo, | ||
| @QueryParam("searchBy")String searchBy); | ||
@@ -28,2 +29,3 @@ | ||
| Response postGatitos( | ||
| @Context UriInfo uriInfo, | ||
| ComplexCat complexCat); | ||
@@ -30,0 +32,0 @@ |
@@ -20,2 +20,3 @@ package org.gex.v1 | ||
| Response getSettings( | ||
| @Context UriInfo uriInfo, | ||
| @PathParam("key")String key); | ||
@@ -28,2 +29,3 @@ | ||
| Response postSettings( | ||
| @Context UriInfo uriInfo, | ||
| @PathParam("key")String key, | ||
@@ -37,2 +39,3 @@ Map genericmap); | ||
| Response putSettings( | ||
| @Context UriInfo uriInfo, | ||
| @PathParam("key")String key, | ||
@@ -46,2 +49,3 @@ List genericarray); | ||
| Response deleteSettings( | ||
| @Context UriInfo uriInfo, | ||
| @PathParam("key")String key); | ||
@@ -48,0 +52,0 @@ |
+1
-1
| { | ||
| "name": "raml2code-fixtures", | ||
| "version": "0.0.13", | ||
| "version": "0.0.14", | ||
| "description": "fixtures for raml2code", | ||
@@ -5,0 +5,0 @@ "main": "test-utils.js", |
51973
0.68%