Kotlin Client for PhraseApp.
This project contains the task to handle the synchronization via API from PhraseApp API v2.
Supported Spring Boot versions:
Version | Spring Boot Version |
---|---|
2.x | 3.x |
1.x | 2.x |
You need configure your sync task
val config = PhraseAppSyncTaskConfig(
url = "https://api.phraseapp.com",
authKey = "authKey"
)
val phraseAppSyncTask = PhraseAppSyncTask(config)
phraseAppSyncTask.run()