mastodon 0.2.2 mastodon: ^0.2.2 copied to clipboard
A simple API client for Mastodon access.
// Copyright (c) 2017, mike. All rights reserved. Use of this source code
// is governed by a BSD-style license that can be found in the LICENSE file.
import 'package:mastodon/mastodon.dart';
void main() {
final m = new Mastodon();
print(m.getInstance());
}