Module: Ciflows
- Defined in:
- lib/ciflows.rb,
lib/ciflows/cli.rb,
lib/ciflows/graphql.rb,
lib/ciflows/project.rb,
lib/ciflows/version.rb,
lib/ciflows/constants.rb,
lib/ciflows/graphql_v2.rb
Defined Under Namespace
Classes: CLI, Graphql, GraphqlV2, Mutation, Project, Query
Constant Summary collapse
- VERSION =
"1.0.5"- CI_TOKEN =
ENV['CI_TOKEN']
- BASE_URL =
'https://api.circleci.com/graphql-unstable'