line_notify

Last updated:

0 purchases

line_notify Image
line_notify Images
Add to Cart

Description:

line notify

1. About #
This is a Line Notify API wrapping library for the Dart language licensed under BSD 3-Clause.


1. About

1.1. How To Use

1.1.1. Get the token
1.1.2. Implementation


1.2. More Information




1.1. How To Use #
1.1.1. Get the token #
First, you need to get a token to authorize with the Line Notify API from the official Line Notify website.
1.1.2. Implementation #
Basically you can use this library in the following format.
import 'package:line_notify/line_notify.dart';

void main() async {
final lineNotify = LineNotify(token: 'Write your token here');
final response = await lineNotify.send(message: 'Write your message here');

print(response.statusCode);
print(response.body);
}

copied to clipboard
1.2. More Information #
This library was designed and implemented by Kato Shinya.

Creator Profile
License
API Document
Release Note
Bug Report

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.