circleci icon indicating copy to clipboard operation
circleci copied to clipboard

A CircleCI client for Node.js

Results 6 circleci issues
Sort by recently updated
recently updated
newest added

Can you make the hostname a configurable option so this can be used against the API endpoint of private server instances of CircleCI?

Right now is impossible to use the client with self hosted versions of circle. Exposing this configuration property would enable it

could you fix the build (https://travis-ci.org/jpstevens/circleci)? IMO without it nobody should use this library

We need to be able to start a build on just a tag, not a branch Does this look right?

Hello, I switched the api version to 1.1 from 1.0 so it supports also bitbuckets repos. I was unable to run all tests since I have no idea how is...

This library works only with Github with the current implementation, as it uses URLs like this: `https://circleci.com/api/v1.1/project/:username/:project/tree/:branch` Following the documentation, the VCS can be specified by using URLs like: `https://circleci.com/api/v1.1/project/:vcs-type/:username/:project/tree/:branch`...