-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add period station_set unit test, skipping data station_set currently
- Loading branch information
Showing
3 changed files
with
21 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[ | ||
"latest-hour" | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
HTTP/1.1 200 OK | ||
Content-Type: application/json;charset=UTF-8 | ||
Date: Mon, 25 Mar 2024 21:03:03 GMT | ||
Cache-Control: max-age=60 | ||
Content-Encoding: gzip | ||
Vary: Accept-Encoding | ||
X-Varnish: 406815169 414449707 | ||
Age: 16 | ||
Via: 1.1 varnish (Varnish/6.6) | ||
X-hits: 2 | ||
Access-Control-Allow-Origin: * | ||
Last-Modified: Mon, 25 Mar 2024 21:03:20 GMT | ||
Accept-Ranges: bytes | ||
Content-Length: 365 | ||
Connection: keep-alive | ||
|
||
{"key":"all","updated":1711396800000,"title":"Lufttemperatur - Alla Stationer: Välj tidsutsnitt","summary":"Data från alla aktiva mätstationer för senaste timmen i en fil.","link":[{"href":"https://opendata-download-metobs.smhi.se/api/version/1.0/parameter/1/station-set/all.json","rel":"stationSet","type":"application/json"},{"href":"https://opendata-download-metobs.smhi.se/api/version/1.0/parameter/1/station-set/all.xml","rel":"stationSet","type":"application/xml"},{"href":"https://opendata-download-metobs.smhi.se/api/version/1.0/parameter/1/station-set/all.atom","rel":"stationSet","type":"application/atom+xml"},{"href":"https://opendata-download-metobs.smhi.se/api/version/1.0/parameter/1.atom","rel":"parameter","type":"application/atom+xml"}],"period":[{"key":"latest-hour","updated":1711396800000,"title":"Data från senaste timmen","summary":"","link":[{"href":"https://opendata-download-metobs.smhi.se/api/version/1.0/parameter/1/station-set/all/period/latest-hour.json","rel":"period","type":"application/json"},{"href":"https://opendata-download-metobs.smhi.se/api/version/1.0/parameter/1/station-set/all/period/latest-hour.xml","rel":"period","type":"application/xml"},{"href":"https://opendata-download-metobs.smhi.se/api/version/1.0/parameter/1/station-set/all/period/latest-hour.atom","rel":"period","type":"application/atom+xml"}]}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters