-
Notifications
You must be signed in to change notification settings - Fork 47
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
Translation memory API #392
Comments
Taking this one |
pascalchevrel
added a commit
to pascalchevrel/transvision
that referenced
this issue
Oct 14, 2015
- add a new alias for all repos called 'global' - add Project::getRepositoriesLocale('ab-CD'), returns all the repositories available for a locale - new public api/v1/repositories/<locale code>/ JSON API - 'global' search added to translation memory API + general search (strings and entities) API - Max results is now 500 for the API - dupes are removed from the translation memory API - add new tests
pascalchevrel
added a commit
to pascalchevrel/transvision
that referenced
this issue
Oct 14, 2015
- add a new alias for all repos called 'global' - add Project::getRepositoriesLocale('ab-CD'), returns all the repositories available for a locale - new public api/v1/repositories/<locale code>/ JSON API - 'global' search added to translation memory API + general search (strings and entities) API - Max results is now 500 for the API - dupes are removed from the translation memory API - add new tests
pascalchevrel
added a commit
to pascalchevrel/transvision
that referenced
this issue
Oct 14, 2015
- add a new alias for all repos called 'global' - add Project::getRepositoriesLocale('ab-CD'), returns all the repositories available for a locale - new public api/v1/repositories/<locale code>/ JSON API - 'global' search added to translation memory API + general search (strings and entities) API - Max results is now 500 for the API - dupes are removed from the translation memory API - add new tests
pascalchevrel
added a commit
to pascalchevrel/transvision
that referenced
this issue
Oct 14, 2015
- add a new alias for all repos called 'global' - add Project::getRepositoriesLocale('ab-CD'), returns all the repositories available for a locale - new public api/v1/repositories/<locale code>/ JSON API - 'global' search added to translation memory API + general search (strings and entities) API - Max results is now 500 for the API - dupes are removed from the translation memory API - update Project:getLocaleInContext() to have mappings for Spanishes - add new unit and functional tests
pascalchevrel
added a commit
to pascalchevrel/transvision
that referenced
this issue
Oct 14, 2015
- add a new alias for all repos called 'global' - add Project::getRepositoriesLocale('ab-CD'), returns all the repositories available for a locale - new public api/v1/repositories/<locale code>/ JSON API - 'global' search added to translation memory API + general search (strings and entities) API - Max results is now 500 for the API - dupes are removed from the translation memory API - update Project:getLocaleInContext() to have mappings for Spanishes - add new unit and functional tests
pascalchevrel
added a commit
to pascalchevrel/transvision
that referenced
this issue
Oct 14, 2015
- add a new alias for all repos called 'global' - add Project::getRepositoriesLocale('ab-CD'), returns all the repositories available for a locale - new public api/v1/repositories/<locale code>/ JSON API - 'global' search added to translation memory API + general search (strings and entities) API - Max results is now 500 for the API - dupes are removed from the translation memory API - update Project:getLocaleInContext() to have mappings for Spanishes - add new unit and functional tests
pascalchevrel
added a commit
to pascalchevrel/transvision
that referenced
this issue
Oct 14, 2015
- add a new alias for all repos called 'global' - add Project::getRepositoriesLocale('ab-CD'), returns all the repositories available for a locale - new public api/v1/repositories/<locale code>/ JSON API - 'global' search added to translation memory API + general search (strings and entities) API - Max results is now 500 for the API - dupes are removed from the translation memory API - update Project:getLocaleInContext() to have mappings for Spanishes - add new unit and functional tests
pascalchevrel
added a commit
to pascalchevrel/transvision
that referenced
this issue
Oct 15, 2015
- add a new alias for all repos called 'global' - add Project::getRepositoriesLocale('ab-CD'), returns all the repositories available for a locale - new public api/v1/repositories/<locale code>/ JSON API - 'global' search added to translation memory API + general search (strings and entities) API - Max results is now 500 for the API - dupes are removed from the translation memory API - update Project:getLocaleInContext() to have mappings for Spanishes - add new unit and functional tests
pascalchevrel
added a commit
that referenced
this issue
Oct 15, 2015
…rces Issue #392: Translation memory API, query all repositories
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'd like to query Translation memory API without specifying repository, meaning the entire Transvision database. Currently, separate API calls are needed to achieve that.
Might be useful addition for other API calls, too.
The text was updated successfully, but these errors were encountered: