A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/Symbolics/cl-gists below:

Symbolics/cl-gists: Gists API Wrapper for Common Lisp

Common lisp wrapper for Github's gists API
Explore the docs »

Report Bug · Request Feature · Reference Manual

  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing
  5. License
  6. Contact

An interface for working with gists using the github REST API. The system was originally developed developed by Rudolph Miller in 2015, however as of 2023 it has been abandoned for several years and no longer works with the current Github API. This fork is for maintenance purposes. See the original documentation for more information.

An ANSI Common Lisp implementation. Developed and tested with SBCL.

If you have Quicklisp installed, you can load cl-gists and all of its dependencies with:

Set the following environment variables to hold your github credentials:

Github no longer works with a password, so don't bother setting that. If you want a custom scheme for authentication, you can create one by following the examples in examples/1.credentials.lisp

Now to create a gist:

(let ((gist (make-gist :description "sample"
                       :public t
                       :files '((:name "file1" :content "text1") (:name "file2" :content "text2")))))
  (create-gist gist))
;; => #S(GIST ...)

For more examples see the examples/ directory in the source code.

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated. Please see CONTRIBUTING.md for details on the code of conduct, and the process for submitting pull requests.

Distributed under the MS-PL License. See LICENSE for more information. The original version is licensed under the MIT license.

The tests have been updated to work with the latest github API, however there are some things to note:

Project Link: https://github.com/Symbolics/cl-gists


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4