This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2023-10-24 16:36:26 +02:00
.idea/runConfigurations refactor: tests use premade json files to test against. 2023-10-24 16:28:24 +02:00
example feat: added first implementations of the high level api 2023-10-24 15:25:50 +02:00
pkg/e621 refactor: tests use premade json files to test against. 2023-10-24 16:36:26 +02:00
tests refactor: tests use premade json files to test against. 2023-10-24 16:28:24 +02:00
.editorconfig initial commit 2023-10-16 15:56:00 +02:00
.gitignore refactor: tests use premade json files to test against. 2023-10-24 16:28:24 +02:00
go.mod feat: added first implementations of the high level api, reworked some stuff & more 2023-10-24 15:10:39 +02:00
go.sum feat: added first implementations of the high level api, reworked some stuff & more 2023-10-24 15:10:39 +02:00
main.go feat: added first implementations of the high level api, reworked some stuff & more 2023-10-24 15:10:39 +02:00
README.md feat: added first implementations of the high level api, reworked some stuff & more 2023-10-24 15:10:39 +02:00

Go-e621 SDK

An unofficial e621 SDK (Client) library to interact with e621, e923 and e6ai. Maintained by the Anthrove Development Team.

  • Caching?
  • Auto pagination
    • sync
    • async
  • connected/inelegant calls
  • more docs

Completeness

Legend

Symbol Meaning
Not implemented
Partially implemented
✔️ Fully implemented

High Level API

Area Complete Comment
Authentication
Posts
Tags
Tag aliases
Tag implications
Notes
Pools
Users
Favorites
DB export

Mid Level API

Area Get Set
Authentication
Posts ✔️
Tags ✔️
Tag aliases
Tag implications
Notes ✔️
Pools ✔️
Users ✔️
Favorites ✔️
DB export

Low Level API

Area Get Set
Authentication
Posts ✔️
Tags ✔️
Tag aliases
Tag implications
Notes ✔️
Pools ✔️
Users ✔️
Favorites ✔️
DB export