json 使用json:api进行旁设,使用`method`可以消除操作的歧义

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了json 使用json:api进行旁设,使用`method`可以消除操作的歧义相关的知识,希望对你有一定的参考价值。

{
  "data": { 
    "type": "profile", 
    "relationships": {
      "educations": {
        "data": [
          {
            "type": "profile/education",
            "temp-id": 0,
            "method": "create"
          }
        ]
      }
    }
  },
  "included": [
    {
      "type": "profile/education",
      "temp-id": 0,
      "attributes": {
        "title": "Cool stuff at MIT !",
      },
      "relationships": {
        "school": {
          "data": {
            "type": "school",
            "id": "5975f3caaba9cf3538d1b5a2",
            "method": "associate"
          }
        }
      }
    }
  ]
}

以上是关于json 使用json:api进行旁设,使用`method`可以消除操作的歧义的主要内容,如果未能解决你的问题,请参考以下文章

React Native:Facebook API /me/picture 调用返回 FACEBOOK_NON_JSON_RESULT

Spotify API:使用 Python 通过 JSON 解析时出错

我正在使用 geolocation() api,但 JSON 没有通过

在 Objective-C 中使用身份验证获取 JSON 令牌

[C++][原创]nlohman的json简单使用

使用 axios 从 json url 获取图像