Very basic wrapper for Companies House and client demo code.
To use:
- Follow instructions at Companies House to create an account and get an API key: https://developer.companieshouse.gov.uk/api/docs/index.html
- Copy
settings.py.example
tosettings.py
and insert your key in the appropriate place
ch.py
calls the library.
settings.py
is in.gitignore
so that you don't accidentally commit
- tests
- broader coverage
- nice client
- pretty much everything... ;)