Skip to content

Commit

Permalink
add examples dir [WIP] (#34)
Browse files Browse the repository at this point in the history
* add examples dir [WIP]

* basic usage example added - close #5
  • Loading branch information
ilyabrin committed Oct 21, 2020
1 parent 8ad601e commit 39c8614
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/images.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

require 'vscale/api'

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

# Images
api.images

0 comments on commit 39c8614

Please sign in to comment.