Bases: OpenKVK.Client.QueryBuilder
The ApiClient is the complete python wrapper for the OpenKVK API.
Parameters: |
|
---|
Returns list of bankrupt companies by specified parameters method should at least contain one of the following parameters:
- kvk
- plaats
- rechtbank
Parameters: |
|
---|---|
Return type: | list |
Return a list of company information sbicode limited to limit records
Parameters: |
|
---|---|
Return type: | list |
Return company information in selected format if the the given kvk is found
Parameters: |
|
---|---|
Returns: | Company information |
Bases: object
The Base client is the absolute basic client to the OpenKVK API It sets the basic configuration of the Client
Parameters: |
|
---|
Returns the raw response of the OpenKVK API. You could use this method as a minimalistic wrapper for the API, it should save you 3-4 lines of code
Bases: OpenKVK.Client.BaseClient
Class to handle all of the query building, formatting and communication with the BaseClient With this class you could perform a custom query, with the additional convenience of a result parser