Skip to content

forestvpn/cloud-sdk-api-client-swift

Repository files navigation

Swift5 API client for ForestVPNCloudSDKAPI

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.

Overview

This API client was generated by the OpenAPI Generator project. By using the openapi-spec from a remote server, you can easily generate an API client.

  • API version: 0.1.0
  • Package version:
  • Build package: org.openapitools.codegen.languages.Swift5ClientCodegen For more information, please visit https://forestvpn.com/

Installation

Carthage

Run carthage update

CocoaPods

Run pod install

Documentation for API Endpoints

All URIs are relative to https://api.forestvpn.com/cloud/v1

Class Method HTTP request Description
AuthAPI getAccessToken POST /auth/token/ Get an access token
ProfilesAPI getProfile GET /profiles/{profileId}/ Profile details
ProfilesAPI getProfileProtocolConfig GET /profiles/{profileId}/protocols/{protocolId}.conf Profile protocol config
ProfilesAPI getProfileProtocols GET /profiles/{profileId}/protocols/ Profile supported protocols

Documentation For Models

Documentation For Authorization

BearerTokenAuth

  • Type: HTTP basic authentication

Author

support@forestvpn.com

Credits