esv_api 0.1.3 copy "esv_api: ^0.1.3" to clipboard
esv_api: ^0.1.3 copied to clipboard

A Dart client for the ESV API from Crossway. Can be used to download scripture from the ESV Bible.

example/esv_api_example.dart

import 'package:esv_api/esv_api.dart';

main() async {
  var esvApi = ESVAPI('Insert API Key Here');

  var response = await esvApi.getPassageText('John 11:35',
      include_short_copyright: false, include_copyright: true);

  print(response.passages.first);
}
5
likes
40
pub points
0%
popularity

Publisher

unverified uploader

A Dart client for the ESV API from Crossway. Can be used to download scripture from the ESV Bible.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

http, json_annotation, meta

More

Packages that depend on esv_api