Pivo v0.1.0 Pivo View Source

Interface to Pivotal's Tracker API.

Link to this section Summary

Functions

Create a new empty project.

Permanently delete the specified project.

Returns information from the user's profile plus the list of projects to which the user has access.

Fetch the content of the specified project.

Returns the specified story.

Get all of a user's active projects.

Provides selected stories. (Paginated)

Returns the specified story's comments.

Update the person's personal settings and return their profile and list of projects.

Update the specified project.

Link to this section Functions

Link to this function

create_comment(project_id, story_id, create_map)

View Source

Add a new comment.

Link to this function

create_project(create_map)

View Source

Create a new empty project.

Link to this function

create_story(project_id, create_map)

View Source

Create a new story.

Link to this function

destroy_comment(project_id, story_id, comment_id)

View Source

Deletes a comment.

Permanently delete the specified project.

Link to this function

destroy_story(project_id, story_id)

View Source

Deletes a story.

Link to this function

fetch_comment(project_id, story_id, comment_id)

View Source

Gets a comment.

Returns information from the user's profile plus the list of projects to which the user has access.

Fetch the content of the specified project.

Link to this function

fetch_story(project_id, story_id)

View Source

Returns the specified story.

Get all of a user's active projects.

Link to this function

get_paginated_stories(project_id)

View Source

Provides selected stories. (Paginated)

Link to this function

get_selected_comments(project_id, story_id)

View Source

Returns the specified story's comments.

Link to this function

update_comment(project_id, story_id, comment_id, update_map)

View Source

Updates a comment.

Update the person's personal settings and return their profile and list of projects.

Link to this function

update_project(id, update_map)

View Source

Update the specified project.

Link to this function

update_story(project_id, story_id, update_map)

View Source

Updates a story.