|
||
---|---|---|
.idea/runConfigurations | ||
example | ||
pkg/e621 | ||
tests | ||
.editorconfig | ||
.gitignore | ||
go.mod | ||
go.sum | ||
main.go | ||
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 | ❌ |