Using setup-dotnet with up.com.au

TypeScript integration

Install
npm install setup-dotnet
Quick start
import Setup_dotnet from 'setup-dotnet';

const client = new Setup_dotnet({ apiKey: "YOUR_API_KEY" });
List tags
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://api.up.com.au/api/v1/tags
List accounts
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://api.up.com.au/api/v1/accounts
List webhooks
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://api.up.com.au/api/v1/webhooks
SDK on GitHub 📄 API Docs
SDK
setup-dotnet
TypeScript
API
up.com.au
up.com.au
At a glance
Language TypeScript
Endpoints18
Base URLhttps://api.up.com.au/api/v1