Everything service has examples now, fixes for client generator (#203)

This commit is contained in:
Janos Dobronszki
2021-09-13 16:19:53 +01:00
committed by GitHub
parent a9dfd7cc03
commit 6cb1a023aa
14 changed files with 581 additions and 119 deletions

28
address/examples.json Normal file
View File

@@ -0,0 +1,28 @@
{
"lookupPostcode": [
{
"title": "Lookup postcode",
"run_check": false,
"request": {
"postcode": "SW1A 2AA"
},
"response": {
"addresses": [
{
"line_one": "Prime Minister & First Lord Of The Treasury",
"line_two": "10 Downing Street",
"summary": "",
"organisation": "Prime Minister & First Lord Of The Treasury",
"building_name": "",
"premise": "10",
"street": "Downing Street",
"locality": "",
"town": "LONDON",
"county": "London",
"postcode": "SW1A 2AA"
}
]
}
}
]
}