docs/TokenApi.md in pulp_container_client-2.0.0 vs docs/TokenApi.md in pulp_container_client-2.0.1
- old
+ new
@@ -2,17 +2,17 @@
All URIs are relative to *http://pulp*
Method | HTTP request | Description
------------- | ------------- | -------------
-[**read**](TokenApi.md#read) | **GET** /token/ |
+[**get**](TokenApi.md#get) | **GET** /token/ |
-## read
+## get
-> read
+> get
Handles GET requests for the /token/ endpoint.
@@ -29,12 +29,12 @@
end
api_instance = PulpContainerClient::TokenApi.new
begin
- api_instance.read
+ api_instance.get
rescue PulpContainerClient::ApiError => e
- puts "Exception when calling TokenApi->read: #{e}"
+ puts "Exception when calling TokenApi->get: #{e}"
end
```
### Parameters