Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rpmtw/rpmtw-api-client
RPMTW API Dart 用戶端函式庫
https://github.com/rpmtw/rpmtw-api-client
Last synced: about 2 months ago
JSON representation
RPMTW API Dart 用戶端函式庫
- Host: GitHub
- URL: https://github.com/rpmtw/rpmtw-api-client
- Owner: RPMTW
- License: gpl-3.0
- Created: 2022-01-02T05:02:25.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-20T14:58:41.000Z (almost 2 years ago)
- Last Synced: 2024-09-25T09:22:46.882Z (3 months ago)
- Language: Dart
- Homepage: https://pub.dev/packages/rpmtw_api_client
- Size: 371 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![pub package](https://img.shields.io/pub/v/rpmtw_api_client.svg)](https://pub.dev/packages/rpmtw_api_client)
[![likes](https://badges.bar/rpmtw_api_client/likes)](https://pub.dev/packages/rpmtw_api_client/score)
[![popularity](https://badges.bar/rpmtw_api_client/popularity)](https://pub.dev/packages/rpmtw_api_client/score)
[![pub points](https://badges.bar/rpmtw_api_client/pub%20points)](https://pub.dev/packages/rpmtw_api_client/score)
# RPMTW API Client for Dart/Flutter
## Install
### For dart
```bash
dart pub add rpmtw_api_client
```
### For flutter
```bash
dart pub add rpmtw_api_client_flutter
```
## Example
[For Dart](https://github.com/RPMTW/RPMTW-API-Client/blob/main/packages/rpmtw_api_client/example/main.dart)
[For Flutter](https://github.com/RPMTW/RPMTW-API-Client/blob/main/packages/rpmtw_api_client_flutter/example/main.dart)## Links
[Docs (Dart)](https://pub.dev/documentation/rpmtw_api_client/latest/)
[Docs (Flutter)](https://pub.dev/documentation/rpmtw_api_client_flutter/latest/)## Other Language
[Kotlin](https://github.com/RPMTW/RPMTW-API-Client-Kotlin)