🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

raml2code

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

raml2code - npm Package Compare versions

Comparing version
0.0.31
to
0.0.32
+1
-0
lib/generators/groovy/tmpl/retrofitClient.hbs
package {{extra.package}};
import retrofit.http.*;
import retrofit.client.Response;
import java.util.List;

@@ -4,0 +5,0 @@ import java.util.Map;

+3
-1

@@ -259,2 +259,4 @@ var Deref, util, _;

methodDef.respond = "<" + responseType + ">";
} else {
methodDef.respond = "<Response>";
}

@@ -319,3 +321,3 @@ methodDef.annotation = m.method.toUpperCase();

default:
console.warn("-------the following scheme doesn't have type: -------");
console.warn("-------WARNING the following scheme doesn't have type: -------");
console.warn("" + (JSON.stringify(scheme)) + " ");

@@ -322,0 +324,0 @@ }

{
"name": "raml2code",
"version": "0.0.31",
"version": "0.0.32",
"description": "Raml spec to code",

@@ -5,0 +5,0 @@ "main": "index.js",