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
SoXX 95e1db6ce6 refactor: removed unused files
Signed-off-by: SoXX <soxx@fenpa.ws>
2023-11-15 14:02:47 +01:00
.idea/runConfigurations refactor: tests use premade json files to test against. 2023-10-24 16:28:24 +02:00
example feat: added partial implementation for low, mid and high level api for db exports 2023-11-15 13:21:13 +01:00
pkg/e621 refactor: removed code duplication 2023-11-15 14:02:15 +01: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 partial implementation for low, mid and high level api for db exports 2023-11-15 13:21:13 +01:00
go.sum feat: added partial implementation for low, mid and high level api for db exports 2023-11-15 13:21:13 +01:00
README.md docs: added checkmarks 2023-11-07 11:28:16 +01: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