Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/myconsciousness/line-api-j
Line API J main repository.
https://github.com/myconsciousness/line-api-j
api gradle http java line line-api line-notify linenotify linenotify-api
Last synced: 25 days ago
JSON representation
Line API J main repository.
- Host: GitHub
- URL: https://github.com/myconsciousness/line-api-j
- Owner: myConsciousness
- License: apache-2.0
- Created: 2021-05-18T02:19:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-18T06:42:54.000Z (over 3 years ago)
- Last Synced: 2024-10-03T07:21:16.194Z (about 1 month ago)
- Topics: api, gradle, http, java, line, line-api, line-notify, linenotify, linenotify-api
- Language: Java
- Homepage: https://myconsciousness.github.io/line-api-j/
- Size: 8.23 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
![Latest Version](https://img.shields.io/badge/Latest_Version-v1.0.2-27ae60.svg?style=for-the-badge)
![License](https://img.shields.io/badge/License-Apache_2.0-e74c3c.svg?style=for-the-badge)# 1. Line API J
**Table of Contents**
- [1. Line API J](#1-line-api-j)
- [1.1. What is it?](#11-what-is-it)
- [1.2. Benefits](#12-benefits)
- [1.3. How To Use](#13-how-to-use)
- [1.3.1. Add the dependencies](#131-add-the-dependencies)
- [1.4. License](#14-license)
- [1.5. More Information](#15-more-information)## 1.1. What is it?
Preparing...
## 1.2. Benefits
## 1.3. How To Use
### 1.3.1. Add the dependencies
> **_Note:_**
> Replace version you want to use. Check the latest [Packages](https://github.com/myConsciousness/line-api-j/packages).
> Please contact me for a token to download the package.**_Maven_**
```xml
org.thinkit.api.line
line-api-j
v1.0.2
github
myConsciousness
xxxxxxxxxxxxxxxxxx
```
**_Gradle_**
```gradle
repositories {
maven {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/myConsciousness/line-api-j")
credentials {
username = "myConsciousness"
password = "xxxxxxxxxxxxxxxxxx"
}
}
}dependencies {
implementation 'org.thinkit.api.line:line-api-j:v1.0.2'
}
```## 1.4. License
```license
Copyright 2021 Kato Shinya.Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
in compliance with the License. You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License
is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
or implied. See the License for the specific language governing permissions and limitations under
the License.
```## 1.5. More Information
`Line API J` was designed and implemented by Kato Shinya, who works as a freelance developer.
Regardless of the means or content of communication, I would love to hear from you if you have any questions or concerns. I do not check my email box very often so a response may be delayed, anyway thank you for your interest!
- [Creator Profile](https://github.com/myConsciousness)
- [Creator Website](https://myconsciousness.github.io/)
- [License](https://github.com/myConsciousness/line-api-j/blob/master/LICENSE)
- [Release Note](https://github.com/myConsciousness/line-api-j/releases)
- [Package](https://github.com/myConsciousness/line-api-j/packages)
- [File a Bug](https://github.com/myConsciousness/line-api-j/issues)
- [Reference](https://myconsciousness.github.io/line-api-j/)