mastodon-dart / mastodon-api

This library provides the easiest and powerful Dart/Flutter library for Mastodon API 🎯
http://pub.dev/packages/mastodon_api
BSD 3-Clause "New" or "Revised" License
63 stars 13 forks source link

Make AppsV1Service.createApplication static #153

Closed Gabryx64 closed 1 year ago

Gabryx64 commented 1 year ago

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

github-actions[bot] commented 1 year ago

Thanks for your contribution! :)

Gabryx64 commented 1 year ago

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