Liking cljdoc? Tell your friends :D

circleci.api

Clojars Project

Alright who broke the build

-- Anonymous

TL;DR A quick and dirty client for the CircleCI REST APIs.

Usage

V1(.1) API

This is CircleCI's published, documented API. At present, only the read endpoints are implemented.

FIXME: enumerate the entire API here.

V2.0? API

A little spelunking in CircleCI's current live JavaScript revealed what seemed to be ClojureScript in the browser, communicating with a Ring server over Transit. The only known transit query endpoint is supported, although this endpoint requires a live browser cookie and does not support token based authentication.

Use at your own risk.

License

Copyright (C) 2018 Reid "arrdem" McKenzie

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close