kynetx_am_api 0.1.22 → 0.1.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/kynetx_am_api/application.rb +4 -4
- metadata +2 -2
@@ -145,11 +145,11 @@ module KynetxAmApi
|
|
145
145
|
load_base unless @guid
|
146
146
|
options = {
|
147
147
|
"extname" => name.gsub(/[&'<]/, "_"),
|
148
|
-
"
|
149
|
-
"
|
148
|
+
"datasets" => datasets.to_s,
|
149
|
+
"extauthor" => author,
|
150
|
+
"env" => env,
|
151
|
+
"image_url" => image_url("icard")
|
150
152
|
}
|
151
|
-
|
152
|
-
options["image_url"] = image_url("icard")
|
153
153
|
|
154
154
|
return @api.post_app_generate(@application_id, "info_card", options)
|
155
155
|
end
|