Files
go-midjourney/midjourney.go
2022-09-15 23:06:08 +01:00

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