yitsushi / go-misskey

Misskey Go SDK
GNU General Public License v3.0
48 stars 12 forks source link

Admin->Users endpoints #74

Closed yitsushi closed 3 years ago

yitsushi commented 3 years ago

This is the first endpoint that does not follow the URL path at all. For Admin functions, I think it will be a common thing because they are not well structured on server-side, but on client-side we can do it better and organize them.

resolves #58

coveralls commented 3 years ago

Coverage Status

Coverage increased (+2.3%) to 76.404% when pulling e4b8044f1e28ba12d8a326cec4c45c22f944a3e8 on admin-users into 9e483006e1ad32f2b40d0364c6415b1112ce0f3b on main.