forked from halferty/teamwork
-
Notifications
You must be signed in to change notification settings - Fork 3
abid-mahmood/teamwork
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
= teamwork == DESCRIPTION: A gem wrapper for the TeamworkPM API TeamworkPM: http://www.teamworkpm.net/ API: http://developer.teamworkpm.net/api == REQUIREMENTS: ruby 2.x == INSTALL: gem install teamwork == API EXAMPLES: require 'teamwork' api = Teamwork::API.new project_name: 'your-site-name', api_key: 'your-api-key' api.people pageSize: 100 api.people pageSize: 100, page: 2 == DEVELOPERS: After checking out the source, run: $ rake newb This task will install any missing dependencies, run the tests/specs, and generate the RDoc.
About
Gem wrapper for TeamworkPM API
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Ruby 98.5%
- Shell 1.5%