Skip to content

Commit

Permalink
3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
runely committed Apr 28, 2021
1 parent 50be90c commit a7036b1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-dsf",
"version": "3.0.17",
"version": "3.1.0",
"description": "Look up data from DSF (Det sentrale folkeregisteret)",
"license": "MIT",
"author": {
Expand Down
8 changes: 4 additions & 4 deletions tst.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ const config = {
// PROD url: 'http://ws.infotorg.no/xml/ErgoGroup/DetSentraleFolkeregister1_4/2015-08-10/DetSentraleFolkeregister1_4.wsdl',
namespaceBrukersesjon: 'http://ws.infotorg.no/xml/Admin/Brukersesjon/2006-07-07/Brukersesjon.xsd',
distribusjonskanal: 'PTP',
systemnavn: 'Systemnavn',
brukernavn: 'brukernavn', // Integrasjonsbruker DSF
passord: 'passord'
systemnavn: 'minelev',
brukernavn: 'T00UTKF', // Integrasjonsbruker DSF
passord: 'TRAMP121'
}
const method = 'hentDetaljer'
const query = {
saksref: 'your-reference',
saksref: 'minelev',
foedselsnr: '01010750160', // comment out the one not needed
foedselsdato: "010107", // comment out the one not needed
etternavn: 'TOPSTAD',
Expand Down

0 comments on commit a7036b1

Please sign in to comment.