neocities 1.0.0 copy "neocities: ^1.0.0" to clipboard
neocities: ^1.0.0 copied to clipboard

Neocities api client

A simple REST wrapper for the Neocities API.

Example:

import 'package:neocities/neocities.dart'

void main() async {
  final client = Neocities();

  final info = await client.info('example');
  print(info.toJson())
  client.close();
}
1
likes
120
points
32
downloads

Publisher

unverified uploader

Weekly Downloads

Neocities api client

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

http, intl, json_annotation, quiver

More

Packages that depend on neocities