Search for 'the'
For details on the search query syntax, see the guide.
Total results: 2923, showing 601 - 624
Note: artifacts in italics are non-canonical forks. See the wiki for more details.
Implementation of the sv/blob-storage protocol for
Google Cloud Storage.
A timbre appender for the Google Cloud Logging service
The PagerDuty API provides programmatic access to entities within a PagerDuty account. It is designed around [RESTful principles](https://en.wikipedia.org/wiki/Representational_state_transfer) with a path structure based on resources and their relationships.
All requests and responses are serialized in [JSON](https://en.wikipedia.org/wiki/JSON), including error responses.
Schema are designed to be reusable across requests and across endpoints.
More sophisticated API clients should treat PagerDuty resources as unique objects keyed by the `id` field that can be used in any API request involving resources of that type.
Every resource contains a `type` field that identifies the schema it uses.
## Rate limiting
Each account and authentication mechanism is limited to the number of API requests it can make every minute. API requests that exceed the API rate limit will return an [HTTP status code](error_codes.html#http_responses) of 429. Different requests may affect your rate limit differently, so clients should always be prepared to be rate limited and respond appropriately.
## Read-Only API Keys
API requests made with read-only keys attempting to access endpoints with methods other than `GET` will return an [HTTP status code](error_codes.html#http_responses) of 403.
## Error Codes
Most APIs will return an error code from an unsuccessful call. They are described [here](error_codes.html).
Ring middleware to add an Accept header to every web request based off
of the URL extension.
Structural scraping for the rest of us.
Pure Clojure library for interacting with the Twilio REST API, to send SMS messages
The MIT Java Wordnet Interface
Utility functions for the testing other data type libraries.
Tools for the hard graft of data processing
A blob storage implementation that uses the file
system as storage.
Selectize is the hybrid of a textbox and <select> box.
A simple and idiomatic Clojure facade around the Mesos JAVA API
A very thin wrapper around the official Java library for Sentry.
Provides the core functions and protocols necessary for a bitsplit implementation
Minim is an audio library that uses the JavaSound API, a bit of Tritonus, and Javazoom’s MP3SPI to provide an easy to use audio library for people developing in the Processing environment.
A Clojure client for the HTTP API of ArangoDB
Clojure bindings and exploration of the tvm library
Muotti is a graph based value transformer library which aims to solve value transformation by utilizing
a digraph of known transformations to produce a transformer chain which is then used to perform the
actual transformation.
A library for finding Clojure namespaces on the classpath.
A rich REPL for Clojure in the notebook style.
A JavaScript library for providing multiple simultaneous, stable, fault-tolerant and resumable/restartable uploads via the HTML5 File API
A servlet 3.0 implementation, that enables the async api for ring applications
Utility functions for the boolean data type.
Pure-clojure implementation of ruby's ordered hash and set types - instead of sorting by key, these collections retain insertion order. Features less bloated syntax vis a vis the original flatland implementation.