docs/UsersApi.md in cloudsmith-api-0.30.7 vs docs/UsersApi.md in cloudsmith-api-0.44.4
- old
+ new
@@ -1,8 +1,8 @@
# CloudsmithApi::UsersApi
-All URIs are relative to *https://api.cloudsmith.io/v1*
+All URIs are relative to *https://api.cloudsmith.io*
Method | HTTP request | Description
------------- | ------------- | -------------
[**users_profile_read**](UsersApi.md#users_profile_read) | **GET** /users/profile/{slug}/ | Provide a brief for the specified user (if any).
@@ -23,14 +23,10 @@
# Configure API key authorization: apikey
config.api_key['X-Api-Key'] = 'YOUR API KEY'
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
- # Configure HTTP basic authorization: basic
- config.username = 'YOUR USERNAME'
- config.password = 'YOUR PASSWORD'
-
# Configure API key authorization: csrf_token
config.api_key['X-CSRFToken'] = 'YOUR API KEY'
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
#config.api_key_prefix['X-CSRFToken'] = 'Bearer'
end
@@ -59,10 +55,10 @@
[**UserProfile**](UserProfile.md)
### Authorization
-[apikey](../README.md#apikey), [basic](../README.md#basic), [csrf_token](../README.md#csrf_token)
+[apikey](../README.md#apikey), [csrf_token](../README.md#csrf_token)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: Not defined