Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.

Commit f34f8f1

Browse files
committed
Update readme
1 parent 6d8ae69 commit f34f8f1

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 0.3 - 2018-02-04
8+
### Fixed
9+
- Better exception handling & less code duplication
10+
711
## 0.2 - 2018-01-24
812
### Added
913
- Basic test function

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# python-postnl-api
2-
32
(Unofficial) Python wrapper for the PostNL API (Dutch Postal Services), which can be used to track packages and letter deliveries. You can use your [jouw.postnl.nl](http://jouw.postnl.nl) credentials to use the API.
43

54
## Quick test
@@ -25,9 +24,11 @@ letters = postnl.get_letters()
2524
print (letters)
2625
```
2726

27+
## Miscellaneous
28+
[This blogpost](https://imick.nl/reverse-engineering-the-postnl-consumer-api/) describes the process of figuring out the API endpoints and shows how this can be done for other API's.
29+
2830
## Changelog
29-
See the [CHANGELOG](./CHANGELOG.MD) file.
31+
See the [CHANGELOG](./CHANGELOG.md) file.
3032

3133
## License
3234
MIT
33-

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22

33
setup(name='postnl_api',
4-
version='0.2',
4+
version='0.3',
55
description='Python wrapper for the PostNL API, a way to track packages using their online portal',
66
url='https://github.com/imicknl/python-postnl-api',
77
author='Mick Vleeshouwer',

0 commit comments

Comments
 (0)