Skip to content

Commit

Permalink
remove unpopular endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
kerv14 committed Mar 12, 2024
1 parent 1d985ba commit 602cc23
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions docs/src/components/Demos/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,34 +52,13 @@ export default function HomepageDemos(): JSX.Element {
endpoint="api.postcodes.io/postcodes"
/>

<GetPostcode
endpointTemplate="api.postcodes.io/postcodes/"
linkEnd="/validate"
headingText="Validate a postcode"
placeholder=":postcode"
/>

<GetPostcode
endpointTemplate="api.postcodes.io/postcodes/"
linkEnd="/nearest"
headingText="Nearest postcodes for postcode"
placeholder=":postcode"
/>

<GetPostcode
endpointTemplate="api.postcodes.io/postcodes/"
linkEnd="/autocomplete"
headingText="Autocomplete a postcode partial"
placeholder=":postcode"
/>

<GetPostcode
endpointTemplate="api.postcodes.io/postcodes?q="
linkEnd=""
headingText="Query for postcode"
placeholder=":postcode"
/>

<GetPostcode
endpointTemplate="api.postcodes.io/terminated_postcodes/"
linkEnd=""
Expand Down

0 comments on commit 602cc23

Please sign in to comment.