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

Production-ready REST API framework with comprehensive JWT authentication system, custom validators, annotation-based routing, token blacklisting, etc.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add api_kit

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

dependencies:
  api_kit: ^0.1.3

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:api_kit/api_kit.dart';
1
likes
160
points
134
downloads

Publisher

verified publisherjhonacode.com

Weekly Downloads

Production-ready REST API framework with comprehensive JWT authentication system, custom validators, annotation-based routing, token blacklisting, etc.

Repository (GitHub)
View/report issues

Topics

#api #server #http #jwt #middleware

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

analyzer, collection, convert, logger_rs, path, result_controller, shelf, shelf_router

More

Packages that depend on api_kit