Go to file
SoXX e2bce2bda7 feat: added low level API for Database exports
Signed-off-by: SoXX <soxx@fenpa.ws>
2023-11-09 16:11:56 +01:00
.idea/runConfigurations refactor: tests use premade json files to test against. 2023-10-24 16:28:24 +02:00
example BREAKING CHANGE: renamed NewClient function 2023-11-08 10:52:25 +01:00
pkg/e621 feat: added low level API for Database exports 2023-11-09 16:11:50 +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
README.md docs: added checkmarks 2023-11-07 11:28:16 +01:00
go.mod feat: added low level API for Database exports 2023-11-09 16:11:56 +01:00
go.sum feat: added low level API for Database exports 2023-11-09 16:11:56 +01: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

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