hn_api 0.0.1 copy "hn_api: ^0.0.1" to clipboard
hn_api: ^0.0.1 copied to clipboard

Hacker News API Dart client

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add hn_api

With Flutter:

 $ flutter pub add hn_api

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  hn_api: ^0.0.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:hn_api/client.dart';
import 'package:hn_api/responses.dart';
0
likes
100
pub points
0%
popularity

Publisher

unverified uploader

Hacker News API Dart client

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

console, http, json_annotation

More

Packages that depend on hn_api