Code Monkey home page Code Monkey logo

circleci-api.el's Introduction

CircleCI API

https://melpa.org/packages/circleci-api-badge.svg https://circleci.com/gh/sulami/circleci-api.el.svg?style=svg

Bindings for the CircleCI API.

Features

  • Automatic authentication via API token
  • Automatic pagination of list endpoints (fetch up to N pages in one call)
  • Asynchronous by default
  • Transparent JSON deserialisation
  • Backed by the excellent request library

Installing

Simply grab it from MELPA.

(use-package circleci-api
  :ensure t)
(straight-use-package 'circleci-api)

package.el

Ensure you have MELPA available.

M-x package-install RET circleci-api RET.

Manual

Just fetch circleci-api.el, save it somewhere and load it into Emacs.

Configuration

M-x customize-group RET circleci RET, or manually by setting the following variables:

circleci-api-token
The CircleCI API token (default: not set)
circleci-api-host
The CircleCI API host (default: https://circleci.com)

Use

This package exports a long list of functions named circleci-*. M-x apropos RET circleci RET can help with discovery.

Coverage

  • [X] Project
  • [X] Pipeline by ID
  • [X] Pipeline config
  • [X] Pipeline workflows
  • [X] Pipelines by org
  • [X] Pipelines by project
  • [X] Pipelines by user
  • [X] Trigger pipeline
  • [X] Workflow by ID
  • [X] Workflow jobs
  • [X] Cancel workflow
  • [X] Rerun workflow
  • [X] Approve a job

Anything not included in the list above is not implemented yet.

circleci-api.el's People

Contributors

sulami avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.