Skip to content

oh77/fortnox-api-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fortnox API

Fortnox documentation

API documentation
Fortnox Developer Home

Usage

import {Client} from "@oh77/fortnox-api";

const CLIENT_SECRET = < secret from Fortnox >;
const ACCESS_TOKEN = < access token from Fortnox >;

const client = new Client(CLIENT_SECRET, ACCESS_TOKEN);

const response = await client.Customers.Get();

response.map( cust => console.log(`${cust.CustomerNumber} - ${cust.Name}`));

Package

@oh77/fortnox-api [jsr.io]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published