Commit Graph

8 Commits

Author SHA1 Message Date
Kevin Murphy 6239ec0807 [javascript] Mark "fs" package as absent in browser in package.mustache (#5768) 2017-06-06 17:09:50 +08:00
Julien Dupouy e50e653e3d Binary support for javascript client (#5194) 2017-03-26 22:53:35 +08:00
wing328 90512e6326 Remove Apache license from API client generators (#4197)
* remove php apache license

* remove apache license from C#

* remove apache license in objc code

* remove license from swift 3 code

* remove apache license from perl code

* remove license from scala code

* remove license from ts, go, android, cpp, scala

* remove license from java api client

* restore clojure petstore files

* remove license from travis file

* clean up apache-related terms in php, ruby, python mustache tempaltes

* remove license from JS API cilent
2016-11-16 21:44:49 +08:00
wing328 73f88f0bff update js promise petstore client 2016-06-29 21:44:13 +08:00
wing328 8085e11063 add license header to JS cient, update sample 2016-06-15 01:18:04 +08:00
xhh 5acef6d634 Update petstore sample for JS-promise client 2016-05-06 18:02:32 +08:00
delenius 692c865c76 Handle empty response.body from superagent
Superagent does not always produce a `body`. See
http://visionmedia.github.io/superagent/ for details. When it
doesn't, we should deserialize the raw `response.text` rather
than returning `null`. Currently, the JS client always returns
`null` when the return type is String! This commit fixes
that.
2016-02-17 22:39:53 -08:00
delenius 7301618671 Add petstore tests for usePromises version 2016-02-08 20:02:38 -08:00