Skip to content

Commit

Permalink
more actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoobes committed May 24, 2024
1 parent 760c2b6 commit 7dfdd7e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/poster/src/actions.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
:guild/put ["PUT" "/applications/{application.id}/guilds/{guild.id}/commands"]
:application/me ["GET" "/applications/@me"]
:user/get ["GET" "/users/{user.id}"]
; need to add typings for these
:me/guilds ["GET" "/users/@me/guilds"]
:me/member ["GET" "/users/@me/guilds/{guild.id}/member"]
:me/guild-leave ["DELETE", "/users/@me/guilds/{guild.id}"]
:me/connections ["GET", "/users/@me/connections"]
})

(defn- request-init [v]
Expand Down

0 comments on commit 7dfdd7e

Please sign in to comment.