1
當您在博客中插入帖子時,https://developers.google.com/oauthplayground的JSON格式是什麼?Google開發者博客中的JSON格式
當您在博客中插入帖子時,https://developers.google.com/oauthplayground的JSON格式是什麼?Google開發者博客中的JSON格式
插入透過Blogger API一個新的崗位的基本JSON格式如下 -
{
"kind": "blogger#post",
"content": "Blog Content, can contain HTML",
"blog": {
"id": "BLOGID"
},
"title": "Blog Title",
"labels": [
"Label"
],
"titleLink": "https://google.com",
"status": "LIVE"
"readerComments": "ALLOW",
"location": {
"lat": 0,
"lng": 0,
"name": "Place"
}
}
您可以在https://developers.google.com/blogger/docs/3.0/reference/posts/insert
嘗試使用此端點的API瀏覽器