https://github.com/mrtazz/gistapi.erl
erlang wrapper for the gist.github.com API
https://github.com/mrtazz/gistapi.erl
Last synced: about 1 month ago
JSON representation
erlang wrapper for the gist.github.com API
- Host: GitHub
- URL: https://github.com/mrtazz/gistapi.erl
- Owner: mrtazz
- License: mit
- Created: 2010-06-13T00:40:40.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2010-08-06T12:27:44.000Z (almost 16 years ago)
- Last Synced: 2025-01-25T23:17:11.145Z (over 1 year ago)
- Language: Erlang
- Homepage:
- Size: 97.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gistapi.erl -- erlang wrapper for the gist api
## Introduction
This is a simple erlang wrapper for the [github gist][1] API.
## Usage
Since I use this project to learn erlang, functionality is rather
limited at the moment and will increase as I know how :)
gistapi:get_gist("374130").
[1]: http://gist.github.com