go-circleci

Go library for interacting with CircleCI

MIT License

Stars
65
go-circleci - v0.3.0 Latest Release

Published by jszwedko over 5 years ago

Added:

  • Builds now return Workflow information
  • Builds now return Picard information which describes the execution environment
  • Builds now return Platform information
  • Actions now return Background information
  • CommitDetails now return Branch and PullRequest
  • BuildOpts method for building a project with arbitrary parameters

Bug fixes:

  • Fix issue with paginating queries returning a 401
  • Actually send build parameters for ParameterizedBuild
  • Fix feature flag parsing to not cause a null pointer panic