diff options
| author | Christian Cleberg <[email protected]> | 2026-07-14 18:40:57 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-07-14 18:40:57 -0500 |
| commit | f2996deaefde785dd8dee3ac06c593da19275782 (patch) | |
| tree | af7b0811c45243cdcc91c60173aca09e95e556c7 | |
| parent | a8ef698de191dc4dbd554cd9157bb3fc8dc5ef8e (diff) | |
| download | devianter-f2996deaefde785dd8dee3ac06c593da19275782.tar.gz devianter-f2996deaefde785dd8dee3ac06c593da19275782.tar.bz2 devianter-f2996deaefde785dd8dee3ac06c593da19275782.zip | |
clean up docs
| -rw-r--r-- | README.md | 13 | ||||
| -rw-r--r-- | implementation.md | 6 |
2 files changed, 8 insertions, 11 deletions
@@ -1,10 +1,13 @@ # Devianter -[](https://nogithub.codeberg.page) [](https://pkg.go.dev/git.macaw.me/skunky/devianter) - - A DeviantART guest API library for Go. +## Supported Endpoints +- avatars +- emojis +- deviantions +- comments +- search (including gallery search) +- users (with gallery) -I'll probably write up some documentation, but more on that later. -For recognize what implemented, see implementation.md.
\ No newline at end of file +> Forked from [skunky/devianter](https://git.macaw.me/skunky/devianter) diff --git a/implementation.md b/implementation.md deleted file mode 100644 index 45d9ec8..0000000 --- a/implementation.md +++ /dev/null @@ -1,6 +0,0 @@ -- avatars -- emojis -- deviantions -- comments -- search (including gallery search) -- users (with gallery) |
