Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

groupdocs_platform_cloud

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

groupdocs_platform_cloud

  • 1.0.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

groupdocs_platform_cloud

GroupDocsPlatformCloud - the Ruby gem for the Web API Swagger specification

No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)

This SDK is automatically generated by the Swagger Codegen project:

  • API version: 1.0
  • Package version: 1.0.0
  • Build package: io.swagger.codegen.languages.RubyClientCodegen

Installation

Build a gem

To build the Ruby code into a gem:

gem build groupdocs_platform_cloud.gemspec

Then either install the gem locally:

gem install ./groupdocs_platform_cloud-1.0.0.gem

(for development, run gem install --dev ./groupdocs_platform_cloud-1.0.0.gem to install the development dependencies)

or publish the gem to a gem hosting service, e.g. RubyGems.

Finally add this to the Gemfile:

gem 'groupdocs_platform_cloud', '~> 1.0.0'

Install from Git

If the Ruby gem is hosted at a git repository: https://github.com/GIT_USER_ID/GIT_REPO_ID, then add the following in the Gemfile:

gem 'groupdocs_platform_cloud', :git => 'https://github.com/GIT_USER_ID/GIT_REPO_ID.git'

Include the Ruby code directly

Include the Ruby code directly using -I as follows:

ruby -Ilib script.rb

Getting Started

Please follow the installation procedure and then run the following code:

# Load the gem
require 'groupdocs_platform_cloud'

api_instance = GroupDocsPlatformCloud::AppApi.new

name = "name_example" # String | Application Name


begin
  #Delete Application
  result = api_instance.app_delete(name)
  p result
rescue GroupDocsPlatformCloud::ApiError => e
  puts "Exception when calling AppApi->app_delete: #{e}"
end

Documentation for API Endpoints

All URIs are relative to http://api-qa.groupdocs.cloud/v1/

ClassMethodHTTP requestDescription
GroupDocsPlatformCloud::AppApiapp_deleteDELETE /app/{name}Delete Application
GroupDocsPlatformCloud::AppApiapp_getGET /appGet List of Applications
GroupDocsPlatformCloud::AppApiapp_get_by_nameGET /app/{name}Get Application by Name
GroupDocsPlatformCloud::AppApiapp_get_usageGET /app/{name}/usageGet Application Usage By Period
GroupDocsPlatformCloud::AppApiapp_postPOST /appCreate new Application
GroupDocsPlatformCloud::AppApiapp_putPUT /app/{name}Update Application Name
GroupDocsPlatformCloud::AppStatisticsApiapp_statistics_get_statisticsGET /statisticsGet service statistics in HTML form.
GroupDocsPlatformCloud::AppStatisticsApiapp_statistics_get_statistics_apiGET /statistics/callsGet API calls statistics.
GroupDocsPlatformCloud::AppStatisticsApiapp_statistics_get_statistics_by_hoursGET /statistics/hoursGet statistics for specific dates by hours.
GroupDocsPlatformCloud::AppStatisticsApiapp_statistics_get_statistics_by_hours_for_last30_daysGET /statistics/hours/last30DaysGet statistics for last 30 days by hours.
GroupDocsPlatformCloud::AppStatisticsApiapp_statistics_get_statistics_current_usersGET /statistics/currentUsersGet clients with overdraft statistics.
GroupDocsPlatformCloud::AppStatisticsApiapp_statistics_get_statistics_errorsGET /statistics/errorsGet last errors statistics.
GroupDocsPlatformCloud::AppStatisticsApiapp_statistics_get_statistics_freeGET /statistics/freeGet free users statistics.
GroupDocsPlatformCloud::AppStatisticsApiapp_statistics_get_statistics_like_gdGET /statistics/likeGDGet service statistics in HTML form like GroupDocs.
GroupDocsPlatformCloud::AppStatisticsApiapp_statistics_get_statistics_overdraftGET /statistics/overdraftsGet clients with overdraft statistics.
GroupDocsPlatformCloud::AppStatisticsApiapp_statistics_get_statistics_paidGET /statistics/paidGet paid clients statistics.
GroupDocsPlatformCloud::AppStatisticsApiapp_statistics_get_statistics_plansGET /statistics/plansGet users with plans statistics.
GroupDocsPlatformCloud::AuthApiauth_delete_tokenDELETE /auth/token/{token}Delete access token
GroupDocsPlatformCloud::AuthApiauth_get_tokensGET /auth/tokenGet access tokens
GroupDocsPlatformCloud::AuthApiauth_post_tokenPOST /auth/tokenCreate access token
GroupDocsPlatformCloud::FileApifile_delete_fileDELETE /storage/fileRemove a specific file. Parameters: path - file path e.g. /file.ext, versionID - file's version, storage - user's storage name.
GroupDocsPlatformCloud::FileApifile_get_downloadGET /storage/fileDownload a specific file. Parameters: path - file path e.g. /file.ext, versionID - file's version, storage - user's storage name.
GroupDocsPlatformCloud::FileApifile_post_move_filePOST /storage/fileMove a specific file.
GroupDocsPlatformCloud::FileApifile_put_createPUT /storage/fileUpload a specific file. Parameters: path - source file path e.g. /file.ext, versionID - source file's version, storage - user's source storage name, newdest - destination file path, destStorage - user's destination storage name.
GroupDocsPlatformCloud::FolderApifolder_delete_folderDELETE /storage/folderRemove a specific folder. Parameters: path - folder path e.g. /Folder1, storage - user's storage name, recursive - is subfolders and files must be deleted for specified path.
GroupDocsPlatformCloud::FolderApifolder_get_list_filesGET /storage/folderGet the file listing of a specific folder. Parametres: path - start with name of storage e.g. root folder '/'or some folder '/folder1/..', storage - user's storage name.
GroupDocsPlatformCloud::FolderApifolder_post_move_folderPOST /storage/folderMove a specific folder. Parameters: src - source folder path e.g. /Folder1, storage - user's source storage name, dest - destination folder path e.g. /Folder2, destStorage - user's destination storage name.
GroupDocsPlatformCloud::FolderApifolder_put_create_folderPUT /storage/folderCreate the folder. Parameters: path - source folder path e.g. /Folder1, storage - user's source storage name, newdest - destination folder path e.g. /Folder2, destStorage - user's destination storage name.
GroupDocsPlatformCloud::HerokuApiheroku_delete_resourcesDELETE /heroku/resources/{id}Unsubscribe Heroku User (set payment plan to Free)
GroupDocsPlatformCloud::HerokuApiheroku_get_resourcesGET /heroku/resources/{id}Provision. Get Heroku User
GroupDocsPlatformCloud::HerokuApiheroku_post_resourcesPOST /heroku/resourcesProvision. Create Heroku User
GroupDocsPlatformCloud::HerokuApiheroku_put_resourcesPUT /heroku/resources/{id}Update Heroku User Payment Plan
GroupDocsPlatformCloud::StorageApistorage_get_disc_usageGET /storage/discCheck the disk usage of the current account. Parameters: storage - user's storage name.
GroupDocsPlatformCloud::StorageApistorage_get_is_existGET /storage/existCheck if a specific file or folder exists.Parameters: path - file or folder path e.g. /file.ext or /Folder1, versionID - file's version, storage - user's storage name.
GroupDocsPlatformCloud::StorageApistorage_get_is_storage_existGET /storage/{name}/existCheck if storage exists.
GroupDocsPlatformCloud::StorageApistorage_get_list_file_versionsGET /storage/versionGet the file's versions list. Parameters: path - file path e.g. /file.ext or /Folder1/file.ext, storage - user's storage name.
GroupDocsPlatformCloud::UsageApiusage_get_user_usageGET /usageGet usage logs for some period.
GroupDocsPlatformCloud::UsageApiusage_get_user_usage_current_monthGET /usage/currentPeriodGet usage for current subscription period.
GroupDocsPlatformCloud::UsageApiusage_get_user_usage_current_period_summaryGET /usage/summaryGet summary usage for current subscription period.
GroupDocsPlatformCloud::UsageApiusage_get_user_usage_previous_monthGET /usage/previousPeriodGet usage logs for previous subscription period.

Documentation for Models

Documentation for Authorization

appsid

  • Type: API key
  • API key parameter name: appsid
  • Location: URL query string

signature

  • Type: API key
  • API key parameter name: signature
  • Location: URL query string

FAQs

Package last updated on 21 Aug 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc