An open API service indexing awesome lists of open source software.

https://github.com/cusyio/cusy.restapi.patches

Patches and fixes for plone.restapi which are not yet released.
https://github.com/cusyio/cusy.restapi.patches

patches plone rest-api

Last synced: over 1 year ago
JSON representation

Patches and fixes for plone.restapi which are not yet released.

Awesome Lists containing this project

README

          

.. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.
If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html
This text does not appear on pypi or github. It is a comment.

.. image:: https://github.com/cusyio/cusy.restapi.patches/workflows/ci/badge.svg
:target: https://github.com/cusyio/cusy.restapi.patches/actions
:alt: CI Status

.. image:: https://codecov.io/gh/cusyio/cusy.restapi.patches/branch/main/graph/badge.svg?token=6ZIOKJ1BVX
:target: https://codecov.io/gh/cusyio/cusy.restapi.patches
:alt: Coverage Status

.. image:: https://img.shields.io/pypi/v/cusy.restapi.patches.svg
:target: https://pypi.python.org/pypi/cusy.restapi.patches/
:alt: Latest Version

.. image:: https://img.shields.io/pypi/status/cusy.restapi.patches.svg
:target: https://pypi.python.org/pypi/cusy.restapi.patches
:alt: Egg Status

.. image:: https://img.shields.io/pypi/pyversions/cusy.restapi.patches.svg?style=plastic :alt: Supported - Python Versions

.. image:: https://img.shields.io/pypi/l/cusy.restapi.patches.svg
:target: https://pypi.python.org/pypi/cusy.restapi.patches/
:alt: License

====================
cusy.restapi.patches
====================

Patches and fixes for plone.restapi which are not yet released.

Patches
-------

- Set site before any rest service call.
This is required so that all utility calls, e.g. for the config registry, take the correct site context, e.g. when working with sub sites.

- Navigation endpoint should sort by object position in parent:
https://github.com/plone/plone.restapi/issues/1107

- Layout based serialization, include default_page in serialization:
https://github.com/plone/plone.restapi/pull/944

Installation
------------

Install ``cusy.restapi.patches`` by adding it to your buildout::

[buildout]

...

eggs =
cusy.restapi.patches

and then running ``bin/buildout``

Contribute
----------

- Issue Tracker: https://github.com/cusyio/cusy.restapi.patches/issues
- Source Code: https://github.com/cusyio/cusy.restapi.patches

Support
-------

If you are having issues, please let us know by adding a new ticket.

License
-------

The project is licensed under the GPLv2.