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>
1.1 KiB
1.1 KiB
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(_api::FakeApi, uuid_parameter::String; _mediaType=nothing) -> Nothing, OpenAPI.Clients.ApiResponse
uuid_default_value(_api::FakeApi, response_stream::Channel, uuid_parameter::String; _mediaType=nothing) -> Channel{ Nothing }, OpenAPI.Clients.ApiResponse
test uuid default value
test uuid default value
Required Parameters
Name | Type | Description | Notes |
---|---|---|---|
_api | FakeApi | API context | |
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]