🎩 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.32
to
0.0.33
+1
-1
lib/generators/groovy/tmpl/retrofitClient.hbs

@@ -19,3 +19,3 @@ package {{extra.package}};

{{#if additionalAnnotation}}
@{{additionalAnnotation}}
@{{{additionalAnnotation}}}
{{/if}}

@@ -22,0 +22,0 @@ Observable{{{respond}}} {{{name}}}({{#each args}}{{#if @index}},{{/if}}

@@ -270,2 +270,5 @@ var Deref, util, _;

}
if (methodDef.annotation === "DELETE") {
methodDef.additionalAnnotation = 'Headers({"Content-type: application/json"})';
}
methodDef.name = m.method + resource.displayName;

@@ -272,0 +275,0 @@ methodDef.displayName = resource.displayName;

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

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