Metadata-Version: 2.1
Name: collective.restapi.pam
Version: 2.0.0
Summary: An add-on providing plone.restapi endpoint for translations handled using plone.app.multilingual
Home-page: https://pypi.python.org/pypi/collective.restapi.pam
Author: Mikel Larreategi
Author-email: mlarreategi@codesyntax.com
License: GPL version 2
Description: 
        
        .. image:: https://secure.travis-ci.org/collective/collective.restapi.pam.png?branch=master
         :target: http://travis-ci.org/collective/collective.restapi.pam
        
        .. image:: https://coveralls.io/repos/github/collective/collective.restapi.pam/badge.svg?branch=master
         :target: https://coveralls.io/github/collective/collective.restapi.pam?branch=master
        
        .. image:: https://landscape.io/github/collective/collective.restapi.pam/master/landscape.svg?style=flat
          :target: https://landscape.io/github/collective/collective.restapi.pam/master
          :alt: Code Health
        
        .. image:: https://readthedocs.org/projects/collectiverestapipam/badge/?version=latest
          :target: https://collectiverestapipam.readthedocs.io/en/latest/?badge=latest
        
        
        ======================
        collective.restapi.pam
        ======================
        
        An add-on providing plone.restapi endpoint for translations handled using
        `plone.app.multilingual`_ versions 1.x and 2.x
        
        
        Documentation
        -------------
        
        Full documentation for end users can be found in the "docs" folder, and is also available online at https://collectiverestapipam.readthedocs.io
        
        
        
        Installation
        ------------
        
        Install collective.restapi.pam by adding it to your buildout::
        
            [buildout]
        
            ...
        
            eggs =
                collective.restapi.pam
        
        
        and then running ``bin/buildout``
        
        
        Contribute
        ----------
        
        - Issue Tracker: https://github.com/collective/collective.restapi.pam/issues
        - Source Code: https://github.com/collective/collective.restapi.pam
        - Documentation: https://collectiverestapipam.readthedocs.io
        
        
        License
        -------
        
        The project is licensed under the GPLv2.
        
        .. _`plone.app.multilingual`: https://pypi.python.org/pypi/plone.app.multilingual
        
        
        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)
        ------------------
        
        - Fixed test setup
          [erral]
        
        - Fix classifiers
          [erral]
        
        
        1.0b1 (2017-11-05)
        ------------------
        
        - Initial release.
          [erral]
        
Keywords: Python Plone
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.3
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Provides-Extra: test
