forked from loafle/openapi-generator-original
* Fix Julia template for binary format * Update julia samples * fix missing check for the isBinary flag Fix missing check for the isBinary flag in some places of the templates for julialang. The code would now be generated as Vector{UInt8} uniformly for binary strings. Binary strings that are also marked as files get generated as `String` data type on the client. That is because the Julia client expects a file name to be passed there. * Fix Julia template for file * Update julia samples --------- Co-authored-by: tan <tanmaykm@gmail.com>
1007 B
1007 B
FakeApi
All URIs are relative to http://petstore.swagger.io/v2
Method | HTTP request | Description |
---|---|---|
uuid_default_value | GET /fake/uuid_default_value_test | test uuid default value |
uuid_default_value
uuid_default_value(req::HTTP.Request, uuid_parameter::String;) -> Nothing
test uuid default value
test uuid default value
Required Parameters
Name | Type | Description | Notes |
---|---|---|---|
req | HTTP.Request | The HTTP Request object | |
uuid_parameter | String | test uuid default value |
Return type
Nothing
Authorization
No authorization required
HTTP request headers
- Content-Type: Not defined
- Accept: Not defined
[Back to top] [Back to API list] [Back to Model list] [Back to README]