Closed zopyx closed 8 years ago
@zopyx we implemented support for named services in #18 (see tests / testing.zcml
for a usage example). Does this cover your use case?
@lukasgraf maybe we should add this use case to the README.rst as well.
@tisto :+1: - will do
Exactly what I need.
Is there some way to use plone.rest for custom endpoint like
PUT http://.../Plone/my/connector/crex/upload
where 'crex/upload' is a REST method specific to IConnector (implemented by the document under /my/connector). Is this somehow doable with plone.rest?