Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-id committed Feb 27, 2024
1 parent 154ee42 commit 1025c37
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Class Bir provides access to REGON API

Create a new Bir instance.

##### Parameters
parameters:

- `options?: Object` - options object
- `options.key?: string` - API key. If this is not provided, the internally
Expand Down Expand Up @@ -90,7 +90,7 @@ automatically.

Get diagnostic information (method: GetValue)

##### Parameters
parameters:

- `value` - value to retrieve. One of:
- `StanDanych`
Expand All @@ -106,7 +106,7 @@ Get diagnostic information (method: GetValue)

Search (method: DaneSzukajPodmioty). Returns basic information about entity.

##### Parameters
parameters:

- `query: Object` - search query param. One of:
- `query.nip: string` - NIP number
Expand All @@ -120,7 +120,7 @@ Search (method: DaneSzukajPodmioty). Returns basic information about entity.
Retrive report (method: DanePobierzPelnyRaport). Returns more detailed
information about entity depending on report type.

##### Parameters
parameters:

- `query: Object`
- `query.regon: string` - REGON number
Expand Down Expand Up @@ -165,7 +165,7 @@ information about entity depending on report type.
Retrive summary report (method: DanePobierzRaportZbiorczy). Returns summary of
changes in database.

##### Parameters
parameters:

- `query: Object`
- `query.date: string` - date in format YYYY-MM-DD not earlier than week before
Expand Down

0 comments on commit 1025c37

Please sign in to comment.