Skip to content

Bloc/spartacus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Spartacus

Ruby toolkit for the Bloc API.

Spartacus

##Quick start

Install via Rubygems

gem install spartacus

... or add to your Gemfile

gem "spartacus", "~> 0.2.7"

Usage

Create a new Spartacus client using your Bloc username and password:

sc = Spartacus.new("ben@bloc.io", "gooderpassword")

Then use the client to make requests:

sc.update_checkpoint(129, {name: "New Checkpoint Name"})

Documentation

All the documentation lives here.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Acknowledgements

This gem is inspired by octokit

About

A Ruby client for the Bloc API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages