- get by localization key and locale -
client.Get("some-key", "some-locale-like-en");
PhraseApp API v2
Documentation- In memory cache for locales and translations
- Authorization with OAuth tokens
In order to start using this implementation you need to provide accessToken
, projectId
and TTL
accessToken
is used for authenticate againstPhraseApp
APIs. Generate hereprojectId
is used to navigate inPhraseApp
APIs (in order to get locales and translations). You can find it by navigation to project settings inPhraseApp
then selectingAPI
TTL
is the time span between syncing the cache withPhraseApp