lukepighetti / mastodon_dart

Unofficial 🐘 client written in 🎯
https://pub.dev/packages/mastodon_dart
MIT License
28 stars 8 forks source link

Add rest constructor #46

Closed abraham closed 1 year ago

abraham commented 1 year ago

Adds named constructor to instantiate without websocket.

Mastodon.rest(Uri.parse('https://mastodon.social'));

Alternative to https://github.com/lukepighetti/mastodon_dart/pull/45

lukepighetti commented 1 year ago

Went with #45