Skip to content

Commit

Permalink
release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasschaub committed Aug 30, 2023
1 parent 1b85e66 commit 60737c7
Show file tree
Hide file tree
Showing 14 changed files with 141 additions and 136 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Release 1.0.1

- refactor: rename "ohsome quality analyst" (OQT) to "ohsome quality API" (oqapi) ([#685])

## Release 1.0.0

This release includes a well specified [API](https://oqt.ohsome.org/api/docs) and two core indicators available through the [ohsome dashboard](https://dashboard.ohsome.org/#backend=oqapi).
Expand Down Expand Up @@ -64,6 +68,7 @@ This release includes a well specified [API](https://oqt.ohsome.org/api/docs) an
[#668]: https://github.com/GIScience/ohsome-quality-analyst/pull/668
[#669]: https://github.com/GIScience/ohsome-quality-analyst/pull/669
[#670]: https://github.com/GIScience/ohsome-quality-analyst/pull/670
[#685]: https://github.com/GIScience/ohsome-quality-api/pull/685

## 0.15.0

Expand Down
2 changes: 1 addition & 1 deletion ohsome_quality_api/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.0.0"
__version__ = "1.0.1"
__title__ = "ohsome quality API"
__description__ = "Data quality estimations for OpenStreetMap"
__author__ = "ohsome team"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ohsome_quality_api"
version = "1.0.0"
version = "1.0.1"
description = "Data quality estimations for OpenStreetMap."
authors = ["ohsome team <ohsome@heigit.org>"]
homepage = "https://quality.ohsome.org"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ interactions:
accept:
- '*/*'
accept-encoding:
- gzip, deflate, br
- gzip, deflate
connection:
- keep-alive
content-length:
Expand All @@ -15,7 +15,7 @@ interactions:
host:
- api.ohsome.org
user-agent:
- ohsome-quality-analyst/1.0.0
- ohsome-quality-api/1.0.1
method: POST
uri: https://api.ohsome.org/v1/elements/count
response:
Expand Down Expand Up @@ -43,7 +43,7 @@ interactions:
content-type:
- application/json
date:
- Wed, 23 Aug 2023 09:23:30 GMT
- Wed, 30 Aug 2023 12:19:50 GMT
keep-alive:
- timeout=5, max=100
server:
Expand All @@ -62,7 +62,7 @@ interactions:
accept:
- '*/*'
accept-encoding:
- gzip, deflate, br
- gzip, deflate
connection:
- keep-alive
content-length:
Expand All @@ -72,7 +72,7 @@ interactions:
host:
- api.ohsome.org
user-agent:
- ohsome-quality-analyst/1.0.0
- ohsome-quality-api/1.0.1
method: POST
uri: https://api.ohsome.org/v1/elements/count
response:
Expand Down Expand Up @@ -287,7 +287,7 @@ interactions:
content-type:
- application/json
date:
- Wed, 23 Aug 2023 09:23:39 GMT
- Wed, 30 Aug 2023 12:19:57 GMT
keep-alive:
- timeout=5, max=100
server:
Expand All @@ -306,13 +306,13 @@ interactions:
accept:
- '*/*'
accept-encoding:
- gzip, deflate, br
- gzip, deflate
connection:
- keep-alive
host:
- api.ohsome.org
user-agent:
- ohsome-quality-analyst/1.0.0
- ohsome-quality-api/1.0.1
method: GET
uri: https://api.ohsome.org/v1/metadata
response:
Expand Down Expand Up @@ -344,7 +344,7 @@ interactions:
content-type:
- application/json
date:
- Wed, 23 Aug 2023 09:23:41 GMT
- Wed, 30 Aug 2023 12:19:59 GMT
keep-alive:
- timeout=5, max=100
server:
Expand All @@ -363,7 +363,7 @@ interactions:
accept:
- '*/*'
accept-encoding:
- gzip, deflate, br
- gzip, deflate
connection:
- keep-alive
content-length:
Expand All @@ -373,7 +373,7 @@ interactions:
host:
- api.ohsome.org
user-agent:
- ohsome-quality-analyst/1.0.0
- ohsome-quality-api/1.0.1
method: POST
uri: https://api.ohsome.org/v1/contributions/latest/count
response:
Expand Down Expand Up @@ -693,7 +693,7 @@ interactions:
content-type:
- application/json
date:
- Wed, 23 Aug 2023 09:23:48 GMT
- Wed, 30 Aug 2023 12:20:06 GMT
keep-alive:
- timeout=5, max=100
server:
Expand All @@ -712,7 +712,7 @@ interactions:
accept:
- '*/*'
accept-encoding:
- gzip, deflate, br
- gzip, deflate
connection:
- keep-alive
content-length:
Expand All @@ -722,7 +722,7 @@ interactions:
host:
- api.ohsome.org
user-agent:
- ohsome-quality-analyst/1.0.0
- ohsome-quality-api/1.0.1
method: POST
uri: https://api.ohsome.org/v1/elements/count/ratio
response:
Expand Down Expand Up @@ -751,7 +751,7 @@ interactions:
content-type:
- application/json
date:
- Wed, 23 Aug 2023 09:23:56 GMT
- Wed, 30 Aug 2023 12:20:13 GMT
keep-alive:
- timeout=5, max=100
server:
Expand All @@ -770,7 +770,7 @@ interactions:
accept:
- '*/*'
accept-encoding:
- gzip, deflate, br
- gzip, deflate
connection:
- keep-alive
content-length:
Expand All @@ -780,7 +780,7 @@ interactions:
host:
- api.ohsome.org
user-agent:
- ohsome-quality-analyst/1.0.0
- ohsome-quality-api/1.0.1
method: POST
uri: https://api.ohsome.org/v1/elements/count
response:
Expand Down Expand Up @@ -808,7 +808,7 @@ interactions:
content-type:
- application/json
date:
- Wed, 23 Aug 2023 09:24:05 GMT
- Wed, 30 Aug 2023 12:20:20 GMT
keep-alive:
- timeout=5, max=100
server:
Expand All @@ -822,29 +822,29 @@ interactions:
http_version: HTTP/1.1
status_code: 200
- request:
body: filter=building%3D%2A+and+building%21%3Dno+and+geometry%3Apolygon&bpolys=%7B%22type%22%3A+%22FeatureCollection%22%2C+%22features%22%3A+%5B%7B%22type%22%3A+%22Feature%22%2C+%22geometry%22%3A+%7B%22type%22%3A+%22Polygon%22%2C+%22coordinates%22%3A+%5B%5B%5B8.641543%2C+49.411303%5D%2C+%5B8.652386%2C+49.407391%5D%2C+%5B8.652606%2C+49.407365%5D%2C+%5B8.653961%2C+49.407038%5D%2C+%5B8.6543%2C+49.406824%5D%2C+%5B8.655838%2C+49.40599%5D%2C+%5B8.660063%2C+49.403751%5D%2C+%5B8.661088%2C+49.40313%5D%2C+%5B8.66298%2C+49.402053%5D%2C+%5B8.66549%2C+49.400802%5D%2C+%5B8.667152%2C+49.396417%5D%2C+%5B8.670565%2C+49.39681%5D%2C+%5B8.670855%2C+49.396698%5D%2C+%5B8.671368%2C+49.396856%5D%2C+%5B8.673028%2C+49.39762%5D%2C+%5B8.675503%2C+49.398956%5D%2C+%5B8.677606%2C+49.400029%5D%2C+%5B8.679977%2C+49.401302%5D%2C+%5B8.676274%2C+49.40322%5D%2C+%5B8.670231%2C+49.405537%5D%2C+%5B8.669404%2C+49.405746%5D%2C+%5B8.66702%2C+49.406341%5D%2C+%5B8.66543%2C+49.406804%5D%2C+%5B8.662656%2C+49.407493%5D%2C+%5B8.661319%2C+49.407781%5D%2C+%5B8.658739%2C+49.40786%5D%2C+%5B8.656667%2C+49.408231%5D%2C+%5B8.654373%2C+49.408573%5D%2C+%5B8.654423%2C+49.40888%5D%2C+%5B8.653848%2C+49.408895%5D%2C+%5B8.653874%2C+49.409122%5D%2C+%5B8.651656%2C+49.409181%5D%2C+%5B8.649858%2C+49.409274%5D%2C+%5B8.647838%2C+49.409498%5D%2C+%5B8.646082%2C+49.409998%5D%2C+%5B8.64557%2C+49.409982%5D%2C+%5B8.642225%2C+49.411332%5D%2C+%5B8.641543%2C+49.411303%5D%5D%5D%7D%2C+%22properties%22%3A+%7B%22osm_id%22%3A+-3283776%2C+%22boundary%22%3A+%22administrative%22%2C+%22admin_level%22%3A+9%2C+%22parents%22%3A+%22-285864%2C-22027%2C-62611%2C-51477%22%2C+%22name%22%3A+%22Bahnstadt%22%2C+%22local_name%22%3A+%22Bahnstadt%22%2C+%22name_en%22%3A+null%7D%2C+%22id%22%3A+2%7D%5D%7D
body: filter=building%3D%2A+and+building%21%3Dno+and+geometry%3Apolygon&bpolys=%7B%22type%22%3A+%22FeatureCollection%22%2C+%22features%22%3A+%5B%7B%22type%22%3A+%22Feature%22%2C+%22geometry%22%3A+%7B%22type%22%3A+%22Polygon%22%2C+%22coordinates%22%3A+%5B%5B%5B8.670231%2C+49.405537%5D%2C+%5B8.676274%2C+49.40322%5D%2C+%5B8.679977%2C+49.401302%5D%2C+%5B8.677606%2C+49.400029%5D%2C+%5B8.675503%2C+49.398956%5D%2C+%5B8.673028%2C+49.39762%5D%2C+%5B8.673993%2C+49.397162%5D%2C+%5B8.67519%2C+49.396593%5D%2C+%5B8.677237%2C+49.395547%5D%2C+%5B8.678009%2C+49.395158%5D%2C+%5B8.679476%2C+49.394736%5D%2C+%5B8.680709%2C+49.394507%5D%2C+%5B8.681877%2C+49.394459%5D%2C+%5B8.683035%2C+49.394452%5D%2C+%5B8.684498%2C+49.394724%5D%2C+%5B8.685867%2C+49.395161%5D%2C+%5B8.6868%2C+49.395618%5D%2C+%5B8.687121%2C+49.395813%5D%2C+%5B8.688811%2C+49.397352%5D%2C+%5B8.688818%2C+49.398172%5D%2C+%5B8.688821%2C+49.398557%5D%2C+%5B8.69078%2C+49.398786%5D%2C+%5B8.691904%2C+49.397883%5D%2C+%5B8.693082%2C+49.397612%5D%2C+%5B8.694151%2C+49.397277%5D%2C+%5B8.694371%2C+49.396897%5D%2C+%5B8.69535%2C+49.396645%5D%2C+%5B8.697794%2C+49.396595%5D%2C+%5B8.698%2C+49.397244%5D%2C+%5B8.697383%2C+49.397369%5D%2C+%5B8.69755%2C+49.397912%5D%2C+%5B8.697462%2C+49.398931%5D%2C+%5B8.69804%2C+49.399857%5D%2C+%5B8.697702%2C+49.40023%5D%2C+%5B8.697911%2C+49.400589%5D%2C+%5B8.697249%2C+49.40193%5D%2C+%5B8.697251%2C+49.402692%5D%2C+%5B8.698847%2C+49.404381%5D%2C+%5B8.698289%2C+49.404777%5D%2C+%5B8.696815%2C+49.404328%5D%2C+%5B8.696045%2C+49.404998%5D%2C+%5B8.69498%2C+49.405405%5D%2C+%5B8.694901%2C+49.405606%5D%2C+%5B8.695544%2C+49.406012%5D%2C+%5B8.695469%2C+49.406699%5D%2C+%5B8.694151%2C+49.406813%5D%2C+%5B8.694012%2C+49.407422%5D%2C+%5B8.690952%2C+49.406788%5D%2C+%5B8.686198%2C+49.405954%5D%2C+%5B8.68525%2C+49.405729%5D%2C+%5B8.683802%2C+49.405287%5D%2C+%5B8.682522%2C+49.405074%5D%2C+%5B8.681117%2C+49.404832%5D%2C+%5B8.679435%2C+49.404443%5D%2C+%5B8.67815%2C+49.404317%5D%2C+%5B8.6771%2C+49.40437%5D%2C+%5B8.670667%2C+49.405696%5D%2C+%5B8.670231%2C+49.405537%5D%5D%5D%7D%2C+%22properties%22%3A+%7B%22osm_id%22%3A+-3283787%2C+%22boundary%22%3A+%22administrative%22%2C+%22admin_level%22%3A+9%2C+%22parents%22%3A+%22-285864%2C-22027%2C-62611%2C-51477%22%2C+%22name%22%3A+%22Weststadt%22%2C+%22local_name%22%3A+%22Weststadt%22%2C+%22name_en%22%3A+null%7D%2C+%22id%22%3A+0%7D%5D%7D
headers:
accept:
- '*/*'
accept-encoding:
- gzip, deflate, br
- gzip, deflate
connection:
- keep-alive
content-length:
- '1726'
- '2340'
content-type:
- application/x-www-form-urlencoded
host:
- api.ohsome.org
user-agent:
- ohsome-quality-analyst/1.0.0
- ohsome-quality-api/1.0.1
method: POST
uri: https://api.ohsome.org/v1/elements/count
response:
content: "{\n \"attribution\" : {\n \"url\" : \"https://ohsome.org/copyrights\",\n
\ \"text\" : \"\xA9 OpenStreetMap contributors\"\n },\n \"apiVersion\" :
\"1.9.1\",\n \"result\" : [ {\n \"timestamp\" : \"2023-08-10T20:00:00Z\",\n
\ \"value\" : 234.0\n } ]\n}"
\ \"value\" : 1573.0\n } ]\n}"
headers:
access-control-allow-credentials:
- 'true'
Expand All @@ -865,7 +865,7 @@ interactions:
content-type:
- application/json
date:
- Wed, 23 Aug 2023 09:24:05 GMT
- Wed, 30 Aug 2023 12:20:20 GMT
keep-alive:
- timeout=5, max=100
server:
Expand All @@ -879,29 +879,29 @@ interactions:
http_version: HTTP/1.1
status_code: 200
- request:
body: filter=building%3D%2A+and+building%21%3Dno+and+geometry%3Apolygon&bpolys=%7B%22type%22%3A+%22FeatureCollection%22%2C+%22features%22%3A+%5B%7B%22type%22%3A+%22Feature%22%2C+%22geometry%22%3A+%7B%22type%22%3A+%22Polygon%22%2C+%22coordinates%22%3A+%5B%5B%5B8.670231%2C+49.405537%5D%2C+%5B8.676274%2C+49.40322%5D%2C+%5B8.679977%2C+49.401302%5D%2C+%5B8.677606%2C+49.400029%5D%2C+%5B8.675503%2C+49.398956%5D%2C+%5B8.673028%2C+49.39762%5D%2C+%5B8.673993%2C+49.397162%5D%2C+%5B8.67519%2C+49.396593%5D%2C+%5B8.677237%2C+49.395547%5D%2C+%5B8.678009%2C+49.395158%5D%2C+%5B8.679476%2C+49.394736%5D%2C+%5B8.680709%2C+49.394507%5D%2C+%5B8.681877%2C+49.394459%5D%2C+%5B8.683035%2C+49.394452%5D%2C+%5B8.684498%2C+49.394724%5D%2C+%5B8.685867%2C+49.395161%5D%2C+%5B8.6868%2C+49.395618%5D%2C+%5B8.687121%2C+49.395813%5D%2C+%5B8.688811%2C+49.397352%5D%2C+%5B8.688818%2C+49.398172%5D%2C+%5B8.688821%2C+49.398557%5D%2C+%5B8.69078%2C+49.398786%5D%2C+%5B8.691904%2C+49.397883%5D%2C+%5B8.693082%2C+49.397612%5D%2C+%5B8.694151%2C+49.397277%5D%2C+%5B8.694371%2C+49.396897%5D%2C+%5B8.69535%2C+49.396645%5D%2C+%5B8.697794%2C+49.396595%5D%2C+%5B8.698%2C+49.397244%5D%2C+%5B8.697383%2C+49.397369%5D%2C+%5B8.69755%2C+49.397912%5D%2C+%5B8.697462%2C+49.398931%5D%2C+%5B8.69804%2C+49.399857%5D%2C+%5B8.697702%2C+49.40023%5D%2C+%5B8.697911%2C+49.400589%5D%2C+%5B8.697249%2C+49.40193%5D%2C+%5B8.697251%2C+49.402692%5D%2C+%5B8.698847%2C+49.404381%5D%2C+%5B8.698289%2C+49.404777%5D%2C+%5B8.696815%2C+49.404328%5D%2C+%5B8.696045%2C+49.404998%5D%2C+%5B8.69498%2C+49.405405%5D%2C+%5B8.694901%2C+49.405606%5D%2C+%5B8.695544%2C+49.406012%5D%2C+%5B8.695469%2C+49.406699%5D%2C+%5B8.694151%2C+49.406813%5D%2C+%5B8.694012%2C+49.407422%5D%2C+%5B8.690952%2C+49.406788%5D%2C+%5B8.686198%2C+49.405954%5D%2C+%5B8.68525%2C+49.405729%5D%2C+%5B8.683802%2C+49.405287%5D%2C+%5B8.682522%2C+49.405074%5D%2C+%5B8.681117%2C+49.404832%5D%2C+%5B8.679435%2C+49.404443%5D%2C+%5B8.67815%2C+49.404317%5D%2C+%5B8.6771%2C+49.40437%5D%2C+%5B8.670667%2C+49.405696%5D%2C+%5B8.670231%2C+49.405537%5D%5D%5D%7D%2C+%22properties%22%3A+%7B%22osm_id%22%3A+-3283787%2C+%22boundary%22%3A+%22administrative%22%2C+%22admin_level%22%3A+9%2C+%22parents%22%3A+%22-285864%2C-22027%2C-62611%2C-51477%22%2C+%22name%22%3A+%22Weststadt%22%2C+%22local_name%22%3A+%22Weststadt%22%2C+%22name_en%22%3A+null%7D%2C+%22id%22%3A+0%7D%5D%7D
body: filter=building%3D%2A+and+building%21%3Dno+and+geometry%3Apolygon&bpolys=%7B%22type%22%3A+%22FeatureCollection%22%2C+%22features%22%3A+%5B%7B%22type%22%3A+%22Feature%22%2C+%22geometry%22%3A+%7B%22type%22%3A+%22Polygon%22%2C+%22coordinates%22%3A+%5B%5B%5B8.641543%2C+49.411303%5D%2C+%5B8.652386%2C+49.407391%5D%2C+%5B8.652606%2C+49.407365%5D%2C+%5B8.653961%2C+49.407038%5D%2C+%5B8.6543%2C+49.406824%5D%2C+%5B8.655838%2C+49.40599%5D%2C+%5B8.660063%2C+49.403751%5D%2C+%5B8.661088%2C+49.40313%5D%2C+%5B8.66298%2C+49.402053%5D%2C+%5B8.66549%2C+49.400802%5D%2C+%5B8.667152%2C+49.396417%5D%2C+%5B8.670565%2C+49.39681%5D%2C+%5B8.670855%2C+49.396698%5D%2C+%5B8.671368%2C+49.396856%5D%2C+%5B8.673028%2C+49.39762%5D%2C+%5B8.675503%2C+49.398956%5D%2C+%5B8.677606%2C+49.400029%5D%2C+%5B8.679977%2C+49.401302%5D%2C+%5B8.676274%2C+49.40322%5D%2C+%5B8.670231%2C+49.405537%5D%2C+%5B8.669404%2C+49.405746%5D%2C+%5B8.66702%2C+49.406341%5D%2C+%5B8.66543%2C+49.406804%5D%2C+%5B8.662656%2C+49.407493%5D%2C+%5B8.661319%2C+49.407781%5D%2C+%5B8.658739%2C+49.40786%5D%2C+%5B8.656667%2C+49.408231%5D%2C+%5B8.654373%2C+49.408573%5D%2C+%5B8.654423%2C+49.40888%5D%2C+%5B8.653848%2C+49.408895%5D%2C+%5B8.653874%2C+49.409122%5D%2C+%5B8.651656%2C+49.409181%5D%2C+%5B8.649858%2C+49.409274%5D%2C+%5B8.647838%2C+49.409498%5D%2C+%5B8.646082%2C+49.409998%5D%2C+%5B8.64557%2C+49.409982%5D%2C+%5B8.642225%2C+49.411332%5D%2C+%5B8.641543%2C+49.411303%5D%5D%5D%7D%2C+%22properties%22%3A+%7B%22osm_id%22%3A+-3283776%2C+%22boundary%22%3A+%22administrative%22%2C+%22admin_level%22%3A+9%2C+%22parents%22%3A+%22-285864%2C-22027%2C-62611%2C-51477%22%2C+%22name%22%3A+%22Bahnstadt%22%2C+%22local_name%22%3A+%22Bahnstadt%22%2C+%22name_en%22%3A+null%7D%2C+%22id%22%3A+2%7D%5D%7D
headers:
accept:
- '*/*'
accept-encoding:
- gzip, deflate, br
- gzip, deflate
connection:
- keep-alive
content-length:
- '2340'
- '1726'
content-type:
- application/x-www-form-urlencoded
host:
- api.ohsome.org
user-agent:
- ohsome-quality-analyst/1.0.0
- ohsome-quality-api/1.0.1
method: POST
uri: https://api.ohsome.org/v1/elements/count
response:
content: "{\n \"attribution\" : {\n \"url\" : \"https://ohsome.org/copyrights\",\n
\ \"text\" : \"\xA9 OpenStreetMap contributors\"\n },\n \"apiVersion\" :
\"1.9.1\",\n \"result\" : [ {\n \"timestamp\" : \"2023-08-10T20:00:00Z\",\n
\ \"value\" : 1573.0\n } ]\n}"
\ \"value\" : 234.0\n } ]\n}"
headers:
access-control-allow-credentials:
- 'true'
Expand All @@ -922,7 +922,7 @@ interactions:
content-type:
- application/json
date:
- Wed, 23 Aug 2023 09:24:05 GMT
- Wed, 30 Aug 2023 12:20:20 GMT
keep-alive:
- timeout=5, max=100
server:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ interactions:
accept:
- '*/*'
accept-encoding:
- gzip, deflate, br
- gzip, deflate
connection:
- keep-alive
host:
- api.ohsome.org
user-agent:
- ohsome-quality-analyst/1.0.0
- ohsome-quality-api/1.0.1
method: GET
uri: https://api.ohsome.org/v1/metadata
response:
Expand Down Expand Up @@ -43,7 +43,7 @@ interactions:
content-type:
- application/json
date:
- Wed, 23 Aug 2023 09:24:08 GMT
- Wed, 30 Aug 2023 12:20:22 GMT
keep-alive:
- timeout=5, max=100
server:
Expand All @@ -62,7 +62,7 @@ interactions:
accept:
- '*/*'
accept-encoding:
- gzip, deflate, br
- gzip, deflate
connection:
- keep-alive
content-length:
Expand All @@ -72,7 +72,7 @@ interactions:
host:
- api.ohsome.org
user-agent:
- ohsome-quality-analyst/1.0.0
- ohsome-quality-api/1.0.1
method: POST
uri: https://api.ohsome.org/v1/contributions/latest/count
response:
Expand Down Expand Up @@ -392,7 +392,7 @@ interactions:
content-type:
- application/json
date:
- Wed, 23 Aug 2023 09:24:15 GMT
- Wed, 30 Aug 2023 12:20:29 GMT
keep-alive:
- timeout=5, max=100
server:
Expand All @@ -411,7 +411,7 @@ interactions:
accept:
- '*/*'
accept-encoding:
- gzip, deflate, br
- gzip, deflate
connection:
- keep-alive
content-length:
Expand All @@ -421,7 +421,7 @@ interactions:
host:
- api.ohsome.org
user-agent:
- ohsome-quality-analyst/1.0.0
- ohsome-quality-api/1.0.1
method: POST
uri: https://api.ohsome.org/v1/elements/count
response:
Expand Down Expand Up @@ -636,7 +636,7 @@ interactions:
content-type:
- application/json
date:
- Wed, 23 Aug 2023 09:24:16 GMT
- Wed, 30 Aug 2023 12:20:29 GMT
keep-alive:
- timeout=5, max=100
server:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ interactions:
accept:
- '*/*'
accept-encoding:
- gzip, deflate, br
- gzip, deflate
connection:
- keep-alive
content-length:
Expand All @@ -15,7 +15,7 @@ interactions:
host:
- api.ohsome.org
user-agent:
- ohsome-quality-analyst/1.0.0
- ohsome-quality-api/1.0.1
method: POST
uri: https://api.ohsome.org/v1/elements/count
response:
Expand Down Expand Up @@ -43,7 +43,7 @@ interactions:
content-type:
- application/json
date:
- Wed, 23 Aug 2023 09:24:23 GMT
- Wed, 30 Aug 2023 12:20:36 GMT
keep-alive:
- timeout=5, max=100
server:
Expand Down

0 comments on commit 60737c7

Please sign in to comment.