Sha256: fa47f3c3c1458288606f63daea790096387e7b8bf2076b0c165489557343c70a

Contents?: true

Size: 1.18 KB

Versions: 6

Compression:

Stored size: 1.18 KB

Contents

# Passbase::ProjectApi

All URIs are relative to *https://api.passbase.com/verification/v1*

Method | HTTP request | Description
------------- | ------------- | -------------
[**get_settings**](ProjectApi.md#get_settings) | **GET** /settings | Get project settings



## get_settings

> ProjectSettings get_settings

Get project settings

Get project settings 

### Example

```ruby
# load the gem
require 'passbase'
# setup authorization
Passbase.configure do |config|
  # Configure API key authorization: SecretApiKey
  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'
end

api_instance = Passbase::ProjectApi.new

begin
  #Get project settings
  result = api_instance.get_settings
  p result
rescue Passbase::ApiError => e
  puts "Exception when calling ProjectApi->get_settings: #{e}"
end
```

### Parameters

This endpoint does not need any parameter.

### Return type

[**ProjectSettings**](ProjectSettings.md)

### Authorization

[SecretApiKey](../README.md#SecretApiKey)

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
passbase-1.2.0 docs/ProjectApi.md
passbase-1.1.0 docs/ProjectApi.md
passbase-1.0.3 docs/ProjectApi.md
passbase-1.0.2 docs/ProjectApi.md
passbase-1.0.1 docs/ProjectApi.md
passbase-1.0.0 docs/ProjectApi.md