Skip to content

roryl23/Gemini.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.