mastodon-dart/mastodon-api

Make AppsV1Service.createApplication static

Closed this issue · 2 comments

1. What could be improved

Making AppsV1Service.createApplication static.

2. Why should this be improved

It does not require any field in AppsV1Service and it's useful to be able to create a client without a bearer token

Thanks for your contribution! :)

Closing because i realized it requires the instance, while the bearerToken could be left blank.