An add-on providing plone.restapi endpoint for translations handled using LinguaPlone
Project description
collective.restapi.linguaplone
An add-on providing plone.restapi endpoint for translations handled using LinguaPlone
Documentation
Full documentation for end users can be found in the “docs” folder, and is also available online at https://collectiverestapilinguaplone.readthedocs.io
Installation
Install collective.restapi.linguaplone by adding it to your buildout:
[buildout] ... eggs = collective.restapi.linguaplone
and then running bin/buildout
Contribute
Issue Tracker: https://github.com/collective/collective.restapi.linguaplone/issues
Source Code: https://github.com/collective/collective.restapi.linguaplone
Documentation: https://collectiverestapilinguaplone.readthedocs.io
License
The project is licensed under the GPLv2.
Contributors
Mikel Larreategi, mlarreategi@codesyntax.com
Changelog
2.0.0 (2018-04-27)
Breaking: rename the results attributes to be ‘items’ [erral]
Breaking: remove ‘language’ attribute from top-level response [erral]
Make @translations endpoint expandable [erral]
1.0.0 (2018-01-18)
Fix testing setup. [erral]
Change classifiers. [erral]
1.0b2 (2017-11-05)
Doc formatting fixes [erral]
1.0b1 (2017-11-05)
Initial release. [erral]