Socket
Book a DemoInstallSign in
Socket

teamwork-ext

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

teamwork-ext

bundlerRubygems
Version
1.0.1
Version published
Maintainers
1
Created
Source

= teamwork

== DESCRIPTION:

A gem wrapper for the Teamwork.com API. (Homepage: http://www.teamwork.com/ API Docs: http://developer.teamwork.com)

== REQUIREMENTS:

ruby 2.x

== INSTALL:

gem install teamwork-ext

== API EXAMPLES:

require 'teamwork-ext'

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.

FAQs

Package last updated on 27 Dec 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts