mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
Everything service has examples now, fixes for client generator (#203)
This commit is contained in:
28
address/examples.json
Normal file
28
address/examples.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user