Skip to content

Commit faf2c54

Browse files
author
Joris van de Sande
authored
Merge pull request #12 from slokhorst/update-readme
Update readme: remove mention of API version 1
2 parents 591f6cc + 20c9118 commit faf2c54

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

README.md

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ FHPostcodeAPIClient
44
[![Build Status](https://travis-ci.org/freshheads/FHPostcodeAPIClient.png?branch=master)](https://travis-ci.org/freshheads/FHPostcodeAPIClient)
55

66
FHPostcodeAPIClient is a PHP client library for the PostcodeAPI.nu web service. This library is developed
7-
by [Freshheads](http://www.freshheads.com) and will be maintained in sync with the web service itself.
7+
by [Freshheads](https://www.freshheads.com) and will be maintained in sync with the web service itself.
88

99
**Links:**
1010

11-
* [More information](http://www.postcodeapi.nu)
12-
* [API documentation](http://www.postcodeapi.nu/docs)
11+
* [More information](https://www.postcodeapi.nu)
12+
* [API documentation](https://swaggerhub.com/api/apiwise/postcode-api)
1313

1414
Requirements
1515
------------
@@ -20,7 +20,7 @@ version is used instead of the new Guzzle 6, as Guzzle 6 requires the php versio
2020
Installation
2121
------------
2222

23-
FHPostcodeAPIClient can easily be installed using [Composer](http://getcomposer.org/):
23+
FHPostcodeAPIClient can easily be installed using [Composer](https://getcomposer.org/):
2424

2525
```bash
2626
composer require freshheads/postcode-api-client
@@ -44,14 +44,4 @@ $response = $client->getAddresses('5041EB', 21);
4444
$response = $client->getAddress('0855200000061001');
4545
```
4646

47-
Postcodeapi.nu Version 1
48-
------------------------
49-
50-
Version 1 of PostcodeAPI will be available until 29-02-2016. You can still connect to this API via version 1.x of this client library.
51-
Version 1.x can be installed via composer:
52-
53-
```bash
54-
composer require freshheads/postcode-api-client:^1.0
55-
```
56-
5747
[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/freshheads/fhpostcodeapiclient/trend.png)](https://bitdeli.com/free "Bitdeli Badge")

0 commit comments

Comments
 (0)