0.16.0-rc7
(feat):
The SDK generator now supports @param
JSDoc comments for endpoint parameters.
The generator now arranges JSDoc in a few separate groups, one for each of @param
, @throws
,
and @examples
like so:
(feat):
The generator will only include user-provided examples if they exist, and otherwise
only include a single generated example, like so:
(fix):
The SDK generator now escapes path parameters that would previously create invalid
URLs (e.g. “\example”). Method implementations will now have references to
encodeURIComponent
like the following:
0.16.0-rc6
(fix):
snippet templates now move file upload parameters to unnamed args
0.16.0-rc5
(fix):
remove duplicate quotation marks in snippet templates