File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
samples/client/petstore/julia Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -54,18 +54,6 @@ Class | Method
54
54
55
55
## Authorization
56
56
57
- ## api_key
58
- - ** Type** : API key
59
-
60
- Example
61
- ```
62
- using OpenAPI
63
- using OpenAPI.Clients
64
- import OpenAPI.Clients: Client
65
- client = Client(server_uri)
66
- api = MyApi(client)
67
- result = callApi(api, args...; api_key)
68
- ```
69
57
## petstore_auth
70
58
- ** Type** : OAuth
71
59
- ** Flow** : implicit
@@ -84,6 +72,18 @@ Example
84
72
api = MyApi(client)
85
73
result = callApi(api, args...; api_key)
86
74
```
75
+ ## api_key
76
+ - ** Type** : API key
77
+
78
+ Example
79
+ ```
80
+ using OpenAPI
81
+ using OpenAPI.Clients
82
+ import OpenAPI.Clients: Client
83
+ client = Client(server_uri)
84
+ api = MyApi(client)
85
+ result = callApi(api, args...; api_key)
86
+ ```
87
87
88
88
## Author
89
89
You can’t perform that action at this time.
0 commit comments