Skip to content

Commit

Permalink
[fc] Repository: plone.restapi
Browse files Browse the repository at this point in the history
Branch: refs/heads/main
Date: 2024-09-30T17:47:35+05:00
Author: Faakhir Zahid (Faakhir30) <110815427+Faakhir30@users.noreply.github.com>
Commit: plone/plone.restapi@a653349

added upload and download aliases in csv format. (#1813)

* Added text/CSV content-type support to upload/download aliases in bulk.
* Added aliases unit/integration tests for aliases service.
* Added documentation

Files changed:
A news/1812.feature
A src/plone/restapi/tests/http-examples/aliases_root_add_csv_format.req
A src/plone/restapi/tests/http-examples/aliases_root_add_csv_format.resp
A src/plone/restapi/tests/http-examples/aliases_root_get_csv_format.req
A src/plone/restapi/tests/http-examples/aliases_root_get_csv_format.resp
A src/plone/restapi/tests/test_services_aliases.py
M docs/source/endpoints/aliases.md
M src/plone/restapi/services/aliases/add.py
M src/plone/restapi/services/aliases/configure.zcml
M src/plone/restapi/services/aliases/get.py
M src/plone/restapi/tests/test_documentation.py
  • Loading branch information
Faakhir30 committed Sep 30, 2024
1 parent cfcd7f0 commit 39299de
Showing 1 changed file with 22 additions and 8 deletions.
Loading

0 comments on commit 39299de

Please sign in to comment.