8000 Comparing gh-pages...lids-2 · json-api/json-api · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: json-api/json-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: gh-pages
Choose a base ref
...
head repository: json-api/json-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: lids-2
Choose a head ref
  • 4 commits
  • 1 file changed
  • 1 contributor

Commits on Apr 2, 2020

  1. Introduce Local IDs, or lids, to v1.1

    A client may include a "local ID" as a `lid` member in a resource object to
    uniquely identify the resource within the request document. Every representation
    of that resource, whether as a resource object or resource identifier object,
    must then include the matching `lid` member and value.
    
    This addition paves the way for requests of all kinds that may need to establish
    linkage between resources that have not yet been assigned a server-generated ID.
    dgeb committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    c7c7042 View commit details
    Browse the repository at this point in the history
  2. Tweaks

    dgeb committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    00641bc View commit details
    Browse the repository at this point in the history
  3. Simplify

    dgeb committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    e2ebc37 View commit details
    Browse the repository at this point in the history
  4. Clarifications

    dgeb committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    25c39fb View commit details
    Browse the repository at this point in the history
Loading
0