Skip to content

freenowtech/phrase-kotlin-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phrase-kotlin-client

Kotlin Client for PhraseApp.

What is this?

This project contains the task to handle the synchronization via API from PhraseApp API v2.

codecov Build Release

Supported Spring Boot versions:

Version Spring Boot Version
2.x 3.x
1.x 2.x

How to use it

You need configure your sync task

val config =  PhraseAppSyncTaskConfig(
    url = "https://api.phraseapp.com",
    authKey = "authKey"
)

val phraseAppSyncTask = PhraseAppSyncTask(config)
phraseAppSyncTask.run()