v1.0.0
With this release, all the features listed as "planned" in the readme have been implemented and the roughest corners of the API have been made more ergonomic.
If you need any of the other APIs available from Brønnøysundregistrene, please create an issue and explain your use case.
Breaking changes
Client.search_enhet()
andClient.search_underenhet()
now return aCursor
object to help iterate over a paginated search result. (#16)
Features
- Search results are now a lot easier to iterate over. See the quickstart guide for examples. (#16)