yitsushi / go-misskey

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

Feature request: Retrieve user from token #101

Closed ikasoba closed 1 year ago

ikasoba commented 1 year ago

Is your feature request related to a problem? Please describe. I am trying to build a client for misskey in golang. I was looking for a library for misskey and found this great library and decided to use it. However, it seems that there is no function (like /api/i) to get a user from a token. Sorry if I just don't know it.

Describe the solution you'd like I would like to add the ability to retrieve the user assigned to a token.

I've written a Pull Request to resolve this issue, and I'd like you to Merge it if this is not a problem.

Describe alternatives you've considered

Additional context

yitsushi commented 1 year ago

Resolved by https://github.com/yitsushi/go-misskey/pull/100