bones_api 1.8.2 copy "bones_api: ^1.8.2" to clipboard
bones_api: ^1.8.2 copied to clipboard

Bones_API - A powerful API backend framework for Dart. It comes with a built-in HTTP Server, route handler, entity handler, SQL translator, and DB adapters.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate bones_api
copied to clipboard

Use it

The package has the following executables:

$ bones_api
copied to clipboard

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add bones_api
copied to clipboard

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

dependencies:
  bones_api: ^1.8.2
copied to clipboard

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

Import it

Now in your Dart code, you can use:

import 'package:bones_api/bones_api.dart';
copied to clipboard
32
likes
0
points
3.14k
downloads

Publisher

unverified uploader

Weekly Downloads

2024.06.26 - 2025.01.08

Bones_API - A powerful API backend framework for Dart. It comes with a built-in HTTP Server, route handler, entity handler, SQL translator, and DB adapters.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

archive, args, args_simple, ascii_art_tree, async_events, async_extension, collection, crclib, crypto, dart_spawner, data_serializer, docker_commander, gcloud, googleapis_auth, graph_explorer, hotreloader, http, logging, map_history, mercury_client, meta, mime, mysql1, path, petitparser, postgres, project_template, reflection_factory, resource_portable, shared_map, shelf, shelf_gzip, shelf_letsencrypt, shelf_static, statistics, stream_channel, swiss_knife, yaml, yaml_writer

More

Packages that depend on bones_api