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.
- Host: GitHub
- URL: https://github.com/cusyio/cusy.restapi.patches
- Owner: cusyio
- License: gpl-2.0
- Created: 2021-06-28T05:54:56.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-25T11:13:39.000Z (over 4 years ago)
- Last Synced: 2025-01-07T16:12:47.067Z (over 1 year ago)
- Topics: patches, plone, rest-api
- Language: Python
- Homepage:
- Size: 96.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE.GPL
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.