diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-01-03 13:43:46 -0800 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-01-03 13:43:56 -0800 |
commit | 22a150fac9eaf53044fa6f1b918aab0a625fa6aa (patch) | |
tree | 75e43d7f1e44160c6cdbb852cab7ff4043374e5f | |
parent | 26d2f16fafb14235ca7d062bc4471d8b5e0dec54 (diff) |
binding: weather: fix markdown rendering in README.mdhalibut_7.90.0halibut/7.90.0guppy_6.99.4guppy/6.99.47.90.06.99.4
Bug-AGL: SPEC-2106
Change-Id: I33931500989d09205838a1bd23bf39f8b3a7fe60
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,7 +6,7 @@ Weather service uses current weather conditions from the OpenWeathermap webservi ## Verbs | Name | Description | JSON Parameters | -|:----------------|:--------------------------------|:------------------------------------------------| +|-----------------|---------------------------------|-------------------------------------------------| | subscribe | subscribe to media events | *Request:* {"value":"weather"} | | unsubscribe | unsubscribe to media events | *Request:* {"value":"weather"} | | api_key | get/set API key | *Request:* {"value": "openweather map api key"} | @@ -20,6 +20,7 @@ JSON Response is the current weather of the location detected from the geoclue s OpenWeatherAPI Response API Documentation: *http://openweathermap.org/current* Example Response: + <pre> { "coord": { |