Socket
Socket
Sign inDemoInstall

bafa-fetch

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    bafa-fetch

Node.js library to fetch requests of BAFA Portal


Version published
Weekly downloads
1
Maintainers
1
Install size
8.50 kB
Created
Weekly downloads
 

Readme

Source

bafa-fetch

npm npm License

Node.js library to fetch requests of BAFA Portal.

Installing

Using npm:

$ npm install bafa-fetch

Once the package is installed, you can import the function:

import { getRequests } from './bafa-fetch.mjs';

Usage

const { data, status, error } = await getRequests({
    email: 'someone@example.com',
    password: '****'
}, {
    lang: 'de'
});

See example.mjs to get an insight.

Result

{
    "count": 1,
    "data": [
        {
            "vorgangsnummer": "...",
            "kennzeichen": "...",
            "status": { "key": "5", "description": "Proof of use in progress" },
            "antragsteller": "Surname, First name",
            "viewLink": "...",
            "editLink": null,
            "uploadLink": "https://fms.bafa.de/BafaFrame/upload?themenbereich=...&vorgangsnummer=...",
            "submitVnLink": null,
            "viewVnLink": "...",
            "standort": "Postal code City, Adress line 1",
            "antragsdatum": "YYYY-MM-DD",
            "vnSubmitted": true,
            "zwbDatum": "YYYY-MM-DD",
            "isBevollmaechtigter": 0,
            "bevollmaechtigter": 0
        }
    ]
}

License

This project is licensed under MIT.

Keywords

FAQs

Last updated on 08 Jun 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc