Skip to content

Latest commit

 

History

History
66 lines (46 loc) · 1.67 KB

README.md

File metadata and controls

66 lines (46 loc) · 1.67 KB

⚠️ This is a work in progress

Bexio API

A simple REST API client in .NET 8.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 (NOT ALL ENDPOINTS)
  • Purchase
  • Accounting
  • Banking
  • Items & Products
  • Projects & Time Tracking
  • Files
  • Other
    • Company Profile
    • Countries
    • Languages
    • Notes
    • Payment Types
    • Permissions
    • Tasks
    • Units
    • User Management

Installation

Dot.NET

Usage

  1. Obtain an api token from here
  2. Check the bexio.net.Example project on how to use it
    1. Rename appsettings.example.json to appsettings.json
    2. Add your api token to the appsettings.json
    3. Run the example project and choose your option
    4. All GET request will be printed to the console and saved to a file in Responses folder

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.


Copyright

© Substring AG

Contact

hello@substring.ch

https://substring.ch/