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
- Host: GitHub
- URL: https://github.com/roryl23/gemini.jl
- Owner: roryl23
- License: mit
- Created: 2021-11-20T23:01:36.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-16T23:52:00.000Z (about 3 years ago)
- Last Synced: 2024-10-19T05:18:00.360Z (over 1 year ago)
- Topics: api-wrapper, cryptocurrency, gemini, julia
- Language: Julia
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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.