REST wrapper for the PARKPARK API in JavaScript
Usage
import pbilling from '@parkpark.dk/rest-client-js'
const pb = pbilling.init({ api_key: 'yourapikey'})
pb.login('yourlogin', 'yourpassword') // stores your auth token internally
More documentation later