Skip to content
This repository was archived by the owner on Oct 24, 2019. It is now read-only.

Add support for portion builds api#131

Merged
moul merged 1 commit intomoul:developfrom
vvvsrx:develop
Jun 4, 2016
Merged

Add support for portion builds api#131
moul merged 1 commit intomoul:developfrom
vvvsrx:develop

Conversation

@vvvsrx
Copy link
Copy Markdown
Contributor

@vvvsrx vvvsrx commented Jun 3, 2016

add file: ProjectBuilds.coffee

update file Projects.coffee -> listTriggers function

@moul


listTriggers: (projectId, fn = null) =>
@debug "Projects::listTriggers()"
@get "projects/#{Utils.parseProjectId projectId}/triggers", (data) => fn data if fn
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Line exceeds maximum allowed length
Unnecessary fat arrow

@moul
Copy link
Copy Markdown
Owner

moul commented Jun 4, 2016

Hi @vvvsrx,

Thank you for this addition, I'm surprised we forgot to link the ProjectServices in the class

@moul moul merged commit 55ea42a into moul:develop Jun 4, 2016
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.

3 participants