Coder Social home page Coder Social logo

Comments (3)

tisto avatar tisto commented on July 18, 2024

Content negotiation is on our todo list. Though, we plan to focus on json exclusively first. I guess it should be possible to amend our IBeforeTraverseEvent hook to do pluggable content negotiation:

https://github.com/plone/plone.rest/blob/master/src/plone/rest/events.py

Ideas, requirements, code examples or any other contributions are more than welcome!

from plone.restapi.

metatoaster avatar metatoaster commented on July 18, 2024

https://github.com/PMR2/pmr2.layer/tree/0.1/pmr2/layer

This is what I did some time ago but it does not address the complete syntax as documented in the HTTP/1.1 Header Field Definition (Section 14.1), but in general this shouldn't be a deal breaker as clients generally only want to deal with one specific format. For the most part, I did this mostly to provide canonical unique URL per resource (regardless of method of access) and versioning of the API (version 0 did not use any standard, version 1 moved onto using Collections+JSON in our case, however I didn't know better and didn't use ;version=0 to denote version info in my case).

In any case, the entire project plus the test case is basically a set of code examples that can be adapted by Plone to make use of. For the most part this seems to work well enough for the project using that.

from plone.restapi.

tisto avatar tisto commented on July 18, 2024

This issue is related to plone.rest. Closing it here.

from plone.restapi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.