You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`@ideal-postcodes/core-node` is the node.js client for api.ideal-postcodes.co.uk
13
+
`@ideal-postcodes/core-node` is the Node.js client for api.ideal-postcodes.co.uk
14
14
15
-
Our javascript clients implement a common interface which is implemented at [`@ideal-postcodes/core-interface`](https://github.com/ideal-postcodes/core-interface). In depth client documentation can be found at [core-interface.ideal-postcodes.dev](https://core-interface.ideal-postcodes.dev).
15
+
Our JavaScript client implements a common interface which is implemented at [`@ideal-postcodes/core-interface`](https://github.com/ideal-postcodes/core-interface). In depth client documentation can be found at [core-interface.ideal-postcodes.dev](https://core-interface.ideal-postcodes.dev).
16
16
17
17
`@ideal-postcodes/core-node` is tested against [all maintained, stable releases](https://nodejs.org/en/about/releases/). [CI test suite](.circleci/config.yml) targets:
18
18
@@ -27,24 +27,24 @@ Our javascript clients implement a common interface which is implemented at [`@i
// IdpcRequestFailedError indicates a 402 response code
75
+
// IdpcRequestFailedError indicates a 402 response code
76
76
// Possibly the key balance has been depleted
77
77
}
78
78
}
@@ -84,9 +84,20 @@ try {
84
84
85
85
The client exposes a number of simple methods to get at the most common tasks when interacting with the API. Below is a (incomplete) list of commonly used methods.
86
86
87
-
-[Lookup a Postcode](#lookup-a-postcode)
88
-
-[Search for an Address](#search-for-an-address)
89
-
-[Search for an Address by UDPRN](#search-for-an-address-by-udprn)
-[Search for an Address by UDPRN](#search-for-an-address-by-udprn)
99
+
-[Test](#test)
100
+
-[Licence](#licence)
90
101
91
102
For a complete list of client methods, including low level resource methods, please see the [core-interface documentation](https://core-interface.ideal-postcodes.dev/#documentation)
0 commit comments