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
38 lines
755 B
Plaintext
38 lines
755 B
Plaintext
{
|
|
"results": [
|
|
{
|
|
"Name": "Facility 1",
|
|
"Management": "Organization 1",
|
|
"CLLI": "CLLI1",
|
|
"NPA-NXX": "1-1",
|
|
"City": "City 1",
|
|
"Country": "US",
|
|
"State": "State 1",
|
|
"Postal Code": "1",
|
|
"Networks": 1
|
|
},
|
|
{
|
|
"Name": "Facility 2",
|
|
"Management": "Organization 2",
|
|
"CLLI": "CLLI2",
|
|
"NPA-NXX": "2-2",
|
|
"City": "City 2",
|
|
"Country": "FI",
|
|
"State": "State 2",
|
|
"Postal Code": "2",
|
|
"Networks": 1
|
|
},
|
|
{
|
|
"Name": "Facility 3",
|
|
"Management": "Organization 3",
|
|
"CLLI": "CLLI3",
|
|
"NPA-NXX": "3-3",
|
|
"City": "City 3",
|
|
"Country": "",
|
|
"State": "State 3",
|
|
"Postal Code": "3",
|
|
"Networks": 1
|
|
}
|
|
]
|
|
}
|