Coder Social home page Coder Social logo

Comments (4)

kocsismate avatar kocsismate commented on August 20, 2024

The spec says the following in the "Inclusion of Related Resources" section:

Note: Because compound documents require full linkage (except when relationship linkage is excluded by sparse fieldsets), intermediate resources in a multi-part path must be returned along with the leaf nodes. For example, a response to a request for comments.author should include comments as well as the author of each of those comments.

So the current behaviour is a requirement of the spec.

But the next paragraph states the following:

Note: A server may choose to expose a deeply nested relationship such as comments.author as a direct relationship with an alias such as comment-authors. This would allow a client to request /articles/1?include=comment-authors instead of /articles/1?include=comments.author. By abstracting the nested relationship with an alias, the server can still provide full linkage in compound documents without including potentially unwanted intermediate resources.

So skipping a relationship level is only an additional functionality servers can provide. Some months ago, I tried to implement it, but it proved to be really complex. Anyway, I'll have a look at it again if I can find an efficient solution to the problem.

from yin.

mmucklo avatar mmucklo commented on August 20, 2024

Ok thanks for clarifying - I suppose the best solution might be to do
sparse fieldsets on the intermediate resources then...

from yin.

kocsismate avatar kocsismate commented on August 20, 2024

This idea is really good indeed until the feature is implemented.

from yin.

kocsismate avatar kocsismate commented on August 20, 2024

I'll close this as it is too complex to develop and the gain is not so much.

from yin.

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.