8000 GitHub - Jumboweb/freckles: Ruby client for Version 2 of the Freckle API
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Jumboweb/freckles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

freckles

Ruby client for Version 2 of the Freckle API.

Install

$ gem install freckles

Quick start

require 'freckle'

freckle = Freckle::Client.new(token: 'YOUR PERSONAL ACCESS TOKEN')

freckle.get_projects.each do |project|
  puts project.name
end

About

Ruby client for Version 2 of the Freckle API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%
0