An open API service indexing awesome lists of open source software.

https://github.com/roryl23/gemini.jl

Gemini API wrapper for Julia
https://github.com/roryl23/gemini.jl

api-wrapper cryptocurrency gemini julia

Last synced: about 1 month ago
JSON representation

Gemini API wrapper for Julia

Awesome Lists containing this project

README

          

# Gemini API wrapper for Julia (Unofficial)

## Overview

Provides a wrapper to the Gemini API with native Julia types, taking care of the heavy lifting for integrating your application.

## Usage

`pkg> add Gemini`

See tests for example usage.

## Implementation Notes

* Master API keys are not supported at this time, make sure you use a Primary key.
This also means that subaccounts are not supported.