Socket
Book a DemoInstallSign in
Socket

cloudally

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cloudally

0.3.0
bundlerRubygems
Version published
Maintainers
1
Created
Source

Cloudally API

Version Maintainability Test Coverage

This is a wrapper for the CloudAlly portal API v1. You can see the API endpoints here https://api.cloudally.com/documentation

Currently only the GET requests for the Partner Portal API are implemented.

Installation

Add this line to your application's Gemfile:

gem 'cloudally'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install cloudally

Usage

Before you start making the requests to API provide the client id and client secret and email/password using the configuration wrapping.

CloudAlly.configure do |config|
	config.client_id = ENV["CLOUDALLY_CLIENT_ID"]
	config.client_secret = ENV["CLOUDALLY_CLIENT_SECRET"]
	config.username = ENV["CLOUDALLY_USER"]
	config.password = ENV["CLOUDALLY_PASSWORD"]
	config.logger = Logger.new( "./cloudally-http.log" )
end
 
client = CloudAlly.client
client.partner_login

Resources

Authentication

client.partner_login
ResourceAPI endpointDescription
.auth_partner or .partner_login/auth/partnerAuthenticate partner
.auth or .login/authAuthenticate portal user
.auth_refresh/auth/refreshRefresh authentication token

Partner Portal

Endpoint for partner related requests https://api.cloudally.com/documentation#/Partner%20Portal

partner = client.get_partner
puts partner.email
ResourceAPI endpoint
.partners or .get_partner/v1/partners
.partner_bills/v1/partners/bills
.partner_status or .get_status_by_partner/v1/partners/status
.partner_tasks/v1/partners/tasks
.partner_resellers or .get_resellers_list/v1/partners/resellers
.partner_resellers( partner_id ) or .get_reseller_by_partner_id( partner_id )/v1/partners/resellers/{partner_id}
.partner_users or .get_users_by_partner/v1/partners/users

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/jancotanis/cloudally.

License

The gem is available as open source under the terms of the MIT License.

FAQs

Package last updated on 21 Feb 2024

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.