https://github.com/shybyte/acrolinx-sdk-kotlin
Unofficial, experimental and totally incomplete Kotlin client library for the Acrolinx platform API.
https://github.com/shybyte/acrolinx-sdk-kotlin
Last synced: about 1 month ago
JSON representation
Unofficial, experimental and totally incomplete Kotlin client library for the Acrolinx platform API.
- Host: GitHub
- URL: https://github.com/shybyte/acrolinx-sdk-kotlin
- Owner: shybyte
- License: apache-2.0
- Created: 2019-07-20T10:17:34.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-14T07:43:49.000Z (almost 7 years ago)
- Last Synced: 2025-01-03T20:28:00.778Z (over 1 year ago)
- Language: Kotlin
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Acrolinx SDK Kotlin
Unofficial, experimental and totally incomplete Kotlin client library for the Acrolinx platform API.
You can find the official Acrolinx SDKs at [https://github.com/acrolinx](https://github.com/acrolinx).
## How to start
Have a look at [AcrolinxEndpoint](./src/main/kotlin/AcrolinxEndpoint.kt) and use it.
## Integration tests
In order to run the integration tests:
* You need an Acrolinx server
* You need to create an .env file similar to the [.env.template](.env.template) file. Alternately you can set the corresponding env variables in a different way.
## License
Copyright 2019-present Marco Stahl
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 at:
[http://www.apache.org/licenses/LICENSE-2.0](http://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.