UNPKG
bir-regon
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
Polish legal company data query API
github.com/Gelio/bir-regon
Gelio/bir-regon
bir-regon
/
src
/
config.js
11 lines
(10 loc)
•
281 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
module.exports = { commonOptions: {
method
: '
POST
',
headers
:
{
'Content-Type'
:
'application/soap+xml; charset=utf-8'
} }, loginEnvRegex:
/<ZalogujResult>(.*)<\/ZalogujResult>/
, queryEnvRegex:
/<DaneSzukajResult>([\s\S]+)<\/DaneSzukajResult>/
};