mirror of
https://github.com/jimeh/go-midjourney.git
synced 2026-02-19 01:46:41 +00:00
6 lines
259 B
Go
6 lines
259 B
Go
// Package midjourney provides a basic read-only API client for MidJourney. As
|
|
// there is no official API, it uses the same API as the MidJourney website
|
|
// uses, meaning that it is subject to change at any time, breaking this
|
|
// package.
|
|
package midjourney
|