Skip to content

livetonight/sowprog-api-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sowprog-api-ruby

license Gem Version

Wrapper for Sowprog 🎶 API.

API keys

API keys must be configured in the gem setup. You can do this anywhere in your application before you make API calls using the gem.

Sowprog.configure do |config|
  config.user_name = ''
  config.password = ''
end
  • config.user_name - your Sowprog user name
  • config.password - your Sowprog password

Getting these keys requires a (free) Sowprog account and that you agree to the terms of use for the API.

To get all scheduled events :

Sowprog.scheduled_events

Author

LiveTonight

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages