Note that there are some explanatory texts on larger screens.

plurals
  1. USSloloem
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COThanks, I had actually solved this some time ago on my own but I couldn't remember how I did it and have since left the company I was at at the time. I do believe now it was using a script with those commands and integrating it into the MSBuild definition for the application's deployment.
      singulars
    2. COThis seems like a pretty interesting way of thinking about REST APIs. I'm going to need to think on this and the other discussion I was having with @EJK. A lot of frameworks for handling versioned models will suggest Style #1 where each version is the entire model with a version ID field, but logically I was thinking along the lines of a recipe being an entity which collects versions of lists of ingredients and instructions and tracks the history as those are refined because that's how it'd work in version control or a rolodex.
      singulars
    3. CO@EJK I think it would really help me if you could say what might be a sub-resource vs. just attributes on a collection of objects? Does it depend on implementation at all? Like if I legitimately have Recipe and Version models? I see the point about version really being filtering by an attribute. How would this work with legitimate sub-resources like comments or like if I wanted just the ingredients? REST convention seems like it would allow me to target specific attributes like /recipe/cake/ingredients and just return hyperlinks to the appropriate resources. What would those URLs be?
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload