We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
エンドポイントのURLの仕様にパラメータを埋め込みます
String: パラメータの埋め込まれたエンドポイントのURL
var route = "/sites/:site_id/entries/:entry_id/comments/:comment_id"; api.bindEndpointParams(route, { blog_id: 1, entry_id: {id: 1}, comment_id: functioin(){ return 1; } });