docs/AuthenticationApi.md in eilam_test-1.1.14 vs docs/AuthenticationApi.md in eilam_test-1.1.15
- old
+ new
@@ -1,6 +1,6 @@
-# EilamTest::AuthenticationApi
+# AutosdeOpenapiClient::AuthenticationApi
All URIs are relative to *http://localhost:9000/site-manager/api/v1/engine*
| Method | HTTP request | Description |
| ------ | ------------ | ----------- |
@@ -15,20 +15,20 @@
### Examples
```ruby
require 'time'
-require 'eilam_test'
+require 'autosde_openapi_client'
-api_instance = EilamTest::AuthenticationApi.new
-authentication = EilamTest::Authentication.new # Authentication |
+api_instance = AutosdeOpenapiClient::AuthenticationApi.new
+authentication = AutosdeOpenapiClient::Authentication.new # Authentication |
begin
result = api_instance.token_auth_post(authentication)
p result
-rescue EilamTest::ApiError => e
+rescue AutosdeOpenapiClient::ApiError => e
puts "Error when calling AuthenticationApi->token_auth_post: #{e}"
end
```
#### Using the token_auth_post_with_http_info variant
@@ -42,10 +42,10 @@
data, status_code, headers = api_instance.token_auth_post_with_http_info(authentication)
p status_code # => 2xx
p headers # => { ... }
p data # => <AuthResponse>
-rescue EilamTest::ApiError => e
+rescue AutosdeOpenapiClient::ApiError => e
puts "Error when calling AuthenticationApi->token_auth_post_with_http_info: #{e}"
end
```
### Parameters