krz/devianter

A DeviantArt guest API library for Go.

clone: git clone https://gitbay.org/krz/devianter.git

f2996deaefde785dd8dee3ac06c593da19275782

verified · cmc

author: Christian Cleberg <hello@cleberg.net> · 2026-07-14T23:40:57Z

clean up docs
 README.md         | 13 ++++++++-----
 implementation.md |  6 ------
 2 files changed, 8 insertions(+), 11 deletions(-)

diff --git a/README.md b/README.md
index e85470a..cc86aaf 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,13 @@
 # Devianter
 
-[![Please don't upload to GitHub](https://nogithub.codeberg.page/badge.svg)](https://nogithub.codeberg.page) [![Go Reference](https://pkg.go.dev/badge/git.macaw.me/skunky/devianter.svg)](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)