GithubHelp home page GithubHelp logo

bexio.net's Introduction

โš ๏ธ 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.

bexio.net's People

Contributors

delasource avatar merror avatar ninomllr avatar ntold avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

iwhp ntold

bexio.net's Issues

Properly implement HTTP 503 error

Problem:

Response Status Code 503 does not indicate a faulty request but that the api server is currently not available. From documentation: 503 | The server is not available (maintenance work)

Approach 1: The user needs to get a result that indicates that the server is (currently) not available. (can be done right now, when throw-style is used via constructor)

Approach 2: The failed request should be reexecuted some time later. If that fails again, then the user gets to see the error.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.