Handle pushes from the Foursquare API.
Definition at line 82 of file __init__.py.
◆ __init__()
| None homeassistant.components.foursquare.FoursquarePushReceiver.__init__ |
( |
|
self, |
|
|
str |
push_secret |
|
) |
| |
Initialize the OAuth callback view.
Definition at line 89 of file __init__.py.
◆ post()
| web.Response | None homeassistant.components.foursquare.FoursquarePushReceiver.post |
( |
|
self, |
|
|
web.Request |
request |
|
) |
| |
Accept the POST from Foursquare.
Definition at line 93 of file __init__.py.
◆ name
| string homeassistant.components.foursquare.FoursquarePushReceiver.name = "foursquare" |
|
static |
◆ push_secret
| homeassistant.components.foursquare.FoursquarePushReceiver.push_secret |
◆ requires_auth
| bool homeassistant.components.foursquare.FoursquarePushReceiver.requires_auth = False |
|
static |
◆ url
| string homeassistant.components.foursquare.FoursquarePushReceiver.url = "/api/foursquare" |
|
static |
The documentation for this class was generated from the following file: