/bexio.net

Bexio .NET Core Wrapper for the API

Primary LanguageC#MIT LicenseMIT

⚠️ This is a work in progress

Bexio API

A simple REST API client in .NET 5.0 for Bexio which is a powerful cloud based software for business administrations.

Find official API documentation here

Status of this implementation

As this is still a work in progress, only some API calls are implemented and tested.

  • Contacts
  • Sales Order Management
  • Purchase
  • Accounting
  • Banking
  • Items & Products
  • Projects & Time Tracking
  • Files
  • Other
    • Company Profile
    • Countries
    • Languages
    • Notes
    • Payment Types
    • Permissions
    • Tasks
    • Units
    • User Management

Installation & Usage

  1. Obtain an api token from here
  2. Check the Example project on how to use it

Authentication

We decided to use the direct API Token approach as described here. The Implementation of oauth 'Authorization Code Grant' flow is described in the official documentation but not implemented in this API client.