Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a reference to Java API wrapper #47

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vovkss
Copy link

@vovkss vovkss commented Nov 7, 2018

No description provided.

@ryan-dan-coleman
Copy link
Contributor

Hi Alex thanks for contributing this.

File import and Translations exports are working well. I'm getting an exception when using calls from the OneSkyProjectsApi Class though, such as List Languages for a specific project. Can you verify these are working or post a (synchronous) example?

Here are 2 of my calls that throw an exception:

List<OneSkyProjectsApi.ProjectLanguage> projLocales = oneSkyClient.projects().retrieve(projectId).join().getLanguages();

and

OneSkyProjectsApi.Project project = oneSkyClient.projects().retrieve(projectId).join();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants