Skip to content

Commit f38252b

Browse files
committed
Update pulp bindings to v3.28.0
1 parent afd57fd commit f38252b

File tree

157 files changed

+5493
-4276
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

157 files changed

+5493
-4276
lines changed

release/README.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
66
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.
77

88
- API version: v3
9-
- Package version: v3.27.1
9+
- Package version: v3.28.0
1010
- Build package: org.openapitools.codegen.languages.GoClientCodegen
1111
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
1212

@@ -1313,6 +1313,19 @@ r, err := client.Service.Operation(auth, args)
13131313

13141314
Note, each API key must be added to a map of `map[string]APIKey` where the key is: sessionid and passed in as the auth context for each request.
13151315

1316+
Example
1317+
1318+
```golang
1319+
auth := context.WithValue(
1320+
context.Background(),
1321+
sw.ContextAPIKeys,
1322+
map[string]sw.APIKey{
1323+
"sessionid": {Key: "API_KEY_STRING"},
1324+
},
1325+
)
1326+
r, err := client.Service.Operation(auth, args)
1327+
```
1328+
13161329

13171330
## Documentation for Utility Methods
13181331

0 commit comments

Comments
 (0)