mirror of
https://github.com/peeringdb/peeringdb.git
synced 2024-05-11 05:55:09 +00:00
* stub in poetry for pipenv * re-add tester image * add pre-commit / formatting * fix ghactions * revert test data whitespace, exclude tests/data * revert ws * decruft, rm tox/pipenv * install dev packages for base image * add lgtm config to force to py3
20 lines
293 B
Plaintext
20 lines
293 B
Plaintext
{
|
|
"results": [
|
|
{
|
|
"Name": "Organization 1",
|
|
"Country": "US",
|
|
"City": "City 1"
|
|
},
|
|
{
|
|
"Name": "Organization 2",
|
|
"Country": "FI",
|
|
"City": "City 2"
|
|
},
|
|
{
|
|
"Name": "Organization 3",
|
|
"Country": "",
|
|
"City": "City 3"
|
|
}
|
|
]
|
|
}
|