2023-10-16 13:56:00 +00:00
|
|
|
# Go-e621 SDK
|
|
|
|
|
|
|
|
An unofficial e621 SDK (Client) library to interact with **e621**, **e923** and **e6ai**. Maintained by the Anthrove Development Team.
|
|
|
|
|
|
|
|
# Completeness
|
|
|
|
|
|
|
|
_Legend_
|
|
|
|
|
|
|
|
| Symbol | Meaning |
|
|
|
|
|:------------------:|:----------------------|
|
|
|
|
| :x: | Not implemented |
|
|
|
|
| :heavy_minus_sign: | Partially implemented |
|
|
|
|
| :heavy_check_mark: | Fully implemented |
|
|
|
|
|
|
|
|
_High Level API_
|
|
|
|
|
|
|
|
| Area | Complete | Comment |
|
|
|
|
|:-----------------|:--------:|:--------|
|
|
|
|
| Authentication | :x: | |
|
|
|
|
| Posts | :x: | |
|
|
|
|
| Tags | :x: | |
|
|
|
|
| Tag aliases | :x: | |
|
|
|
|
| Tag implications | :x: | |
|
|
|
|
| Notes | :x: | |
|
|
|
|
| Pools | :x: | |
|
|
|
|
| Users | :x: | |
|
|
|
|
| Favorites | :x: | |
|
|
|
|
| DB export | :x: | |
|
|
|
|
|
2023-10-23 08:21:51 +00:00
|
|
|
_Mid Level API_
|
|
|
|
|
|
|
|
| Area | Get | Set |
|
|
|
|
|:-----------------|:------------------:|:----|
|
|
|
|
| Authentication | :x: | |
|
2023-10-23 11:15:55 +00:00
|
|
|
| Posts | :heavy_check_mark: | |
|
|
|
|
| Tags | :heavy_check_mark: | |
|
2023-10-23 08:21:51 +00:00
|
|
|
| Tag aliases | :x: | |
|
|
|
|
| Tag implications | :x: | |
|
2023-10-23 14:02:28 +00:00
|
|
|
| Notes | :heavy_check_mark: | |
|
2023-10-23 12:27:20 +00:00
|
|
|
| Pools | :heavy_check_mark: | |
|
2023-10-23 08:21:51 +00:00
|
|
|
| Users | :heavy_check_mark: | |
|
2023-10-23 14:02:28 +00:00
|
|
|
| Favorites | :heavy_check_mark: | |
|
|
|
|
| DB export | :x: |
|
2023-10-23 08:21:51 +00:00
|
|
|
|
2023-10-16 13:56:00 +00:00
|
|
|
_Low Level API_
|
|
|
|
|
2023-10-19 13:31:38 +00:00
|
|
|
| Area | Get | Set |
|
|
|
|
|:-----------------|:------------------:|:----|
|
|
|
|
| Authentication | :x: | |
|
|
|
|
| Posts | :heavy_check_mark: | |
|
2023-10-19 14:12:56 +00:00
|
|
|
| Tags | :heavy_check_mark: | |
|
2023-10-19 13:31:38 +00:00
|
|
|
| Tag aliases | :x: | |
|
|
|
|
| Tag implications | :x: | |
|
|
|
|
| Notes | :heavy_check_mark: | |
|
|
|
|
| Pools | :heavy_check_mark: | |
|
|
|
|
| Users | :heavy_check_mark: | |
|
2023-10-19 14:12:56 +00:00
|
|
|
| Favorites | :heavy_check_mark: | |
|
2023-10-19 13:31:38 +00:00
|
|
|
| DB export | :x: | |
|