Project

vscale-api

0.0
No release in over 3 years
Low commit activity in last 3 years
Vscale API v1
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.7
~> 10.0
>= 0
 Project Readme

VScale API v1 (WIP)

Coverage Status Build Status Gem Version

Vscale API v1

Installation

  gem install vscale-api

Basic Usage

require 'vscale/api'

api = Vscale::Api::Client.new(ENV['VSCALE_TOPSECRET_TOKEN'])

# Images
api.images

See examples

Contribution

  1. Fork
  2. Change
  3. PR

What you can improve

  • Add more examples
  • Improve or refactor any part of code 😋

Thank for contribution

Where used

WIP