2016-09-24 3 views

답변

0

블로거 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 Explorer를 사용하여 시도 할 수 있습니다