本番環境で通知に登録するには、次の操作を行います。 処理する有効な SSL 証明書を含むコールバック URL を 表示されます。開発目的の場合は、サブスクリプション プロキシを使用できます。 通知を転送するサーバーを Google が提供し、 非 SSL コールバック URL。
サブスクリプション プロキシを使用するには、非 SSL コールバック URL を プロキシ サーバーの転送 URL は次のようになります。
https://mirrornotifications.appspot.com/forward?url=<your_callback_url>
通知に登録する場合は、 コールバック URL を指定します例:
POST /mirror/v1/subscriptions HTTP/1.1
Authorization: Bearer auth token
Content-Type: application/json
Content-Length: length
{
"collection": "timeline"
"userToken": "harold_penguin",
"operation": ["UPDATE"],
"callbackUrl": "https://mirrornotifications.appspot.com/forward?url=http://example.com/notify/callback"
}