Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Add status attribute for project#158

Merged
irphilli merged 1 commit into
irphilli:masterfrom
r1ndl1re:master
Jan 24, 2023
Merged

Add status attribute for project#158
irphilli merged 1 commit into
irphilli:masterfrom
r1ndl1re:master

Conversation

@r1ndl1re

Copy link
Copy Markdown
Contributor

Exposes the status attribute from the Pivotal API on the project resource.

Usage

client = TrackerApi::Client.new(token: token)
project = client.project(project_id, fields: ':default,status')
puts(project.status)

Documentation

https://www.pivotaltracker.com/help/api/rest/v5#project_resource

@qlty-cloud-legacy

Copy link
Copy Markdown

Code Climate has analyzed commit f1763ab and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 97.5% (0.0% change).

View more on Code Climate.

@irphilli irphilli left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks great. Thanks!

@irphilli irphilli merged commit 3cadc6c into irphilli:master Jan 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants