Module: ForestVPNCloudAPI
- Defined in:
- lib/forestvpn_cloud_api/version.rb,
lib/forestvpn_cloud_api.rb,
lib/forestvpn_cloud_api/api_error.rb,
lib/forestvpn_cloud_api/api_client.rb,
lib/forestvpn_cloud_api/api/geo_api.rb,
lib/forestvpn_cloud_api/models/user.rb,
lib/forestvpn_cloud_api/models/error.rb,
lib/forestvpn_cloud_api/configuration.rb,
lib/forestvpn_cloud_api/models/action.rb,
lib/forestvpn_cloud_api/api/limits_api.rb,
lib/forestvpn_cloud_api/models/address.rb,
lib/forestvpn_cloud_api/models/billing.rb,
lib/forestvpn_cloud_api/models/country.rb,
lib/forestvpn_cloud_api/models/profile.rb,
lib/forestvpn_cloud_api/models/project.rb,
lib/forestvpn_cloud_api/models/activity.rb,
lib/forestvpn_cloud_api/models/location.rb,
lib/forestvpn_cloud_api/api/profiles_api.rb,
lib/forestvpn_cloud_api/models/resource_ref.rb,
lib/forestvpn_cloud_api/models/profile_stats.rb,
lib/forestvpn_cloud_api/models/payment_method.rb,
lib/forestvpn_cloud_api/models/payment_profile.rb,
lib/forestvpn_cloud_api/models/data_usage_limit.rb,
lib/forestvpn_cloud_api/models/create_billing_request.rb,
lib/forestvpn_cloud_api/models/create_or_update_profile_request.rb,
lib/forestvpn_cloud_api/models/create_or_update_payment_profile_request.rb,
lib/forestvpn_cloud_api/models/create_or_update_data_usage_limit_request.rb
Overview
#ForestVPN Cloud API
#ForestVPN Cloud - it’s a Google Cloud but for VPN apps. Ready to use VPN Cloud Platform minimizes efforts to build fast, secure, and modern VPN apps.
The version of the OpenAPI document: 2.0 Contact: [email protected] Generated by: openapi-generator.tech OpenAPI Generator version: 6.0.0
Defined Under Namespace
Classes: Action, Activity, Address, ApiClient, ApiError, Billing, Configuration, Country, CreateBillingRequest, CreateOrUpdateDataUsageLimitRequest, CreateOrUpdatePaymentProfileRequest, CreateOrUpdateProfileRequest, DataUsageLimit, Error, GeoApi, LimitsApi, Location, PaymentMethod, PaymentProfile, Profile, ProfileStats, ProfilesApi, Project, ResourceRef, User
Constant Summary collapse
- VERSION =
'0.1.0'
Class Method Summary collapse
-
.configure ⇒ Object
Customize default settings for the SDK using block.
Class Method Details
.configure ⇒ Object
Customize default settings for the SDK using block.
ForestVPNCloudAPI.configure do |config|
config.username = "xxx"
config.password = "xxx"
end
If no block given, return the default Configuration object.
53 54 55 56 57 58 59 |
# File 'lib/forestvpn_cloud_api.rb', line 53 def configure if block_given? yield(Configuration.default) else Configuration.default end end |