Skip to content

Releases: mathewmeconry/bexio

Invoiced type patch (v3.1.1)

20 Dec 08:56
3f94668
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.1.0...3.1.1

Invoices (v3.1.0)

15 Jun 10:25
a501622
Compare
Choose a tag to compare

What's changed

  • Thanks to @elias-summermatter we have now partial invoice support (#50)
  • Updates node dependencies to fix some security issues

Bexio API v3

20 Sep 23:22
3d9318d
Compare
Choose a tag to compare

What's changed

  • removes oauth2 flow (breaking change)
  • refactors constructor to work with tokens instead of oauth2 credentals (breaking change)
  • adds Items/Article endpoint
  • aligns version numbers to Bexio's API version number
  • removes fake login functionality (breaking change)

What is an API Token?

TLDR

It is another way of authentication against the new API. Makes life much easier and simpler.

For more information please read the official documentation. http://docs.bexio.com/#section/Authentication/API-Tokens

Where do I get a token?

Go here https://office.bexio.com/index.php/admin/apiTokens and login with your Bexio account

What permissions does this token have?

That's a tricky question...
According to the documentation the token inherits the permission of the user, who creates the token.
This is the official statement from Bexio in the documentation:

The scope of access of the token is determined by the scope of the super admin’s access that creates the token.

bexio v3 api

31 Aug 15:44
2821dd9
Compare
Choose a tag to compare
bexio v3 api Pre-release
Pre-release

What's changed

Breaking changes

  • removed oauth2 implementation

Linked issues

#22, #24

Fixes security issue

20 Feb 09:14
febfc13
Compare
Choose a tag to compare

Bump codecov from 3.6.1 to 3.6.5

Fixes security issues

30 Dec 09:44
ba0cc06
Compare
Choose a tag to compare

Bump handlebars from 4.1.2 to 4.5.3

Payments and Bugfixes

17 Dec 08:01
8f5c04c
Compare
Choose a tag to compare

What's new

  • Payments in Bills

What's changed

  • BaseCrud accepts now multiple show and edit scopes
  • Fixes token refreshing (#18)

Expose User API to the public

15 Oct 09:40
4973ce8
Compare
Choose a tag to compare
Merge pull request #15 from zazuko/expose-users

expose users types and API

Projects, Users and Business activites

13 Oct 20:44
d660cd0
Compare
Choose a tag to compare

Whats new

  • projects (projects, types and statuses)
  • users
  • business activies

Credits

Thanks to @vhf to implement these new endpoints

search parameter operator is now criteria

22 Jul 15:20
0022c89
Compare
Choose a tag to compare

Changes

  • The search parameter operator got renamed to criteria and made optional

Got this change by reading the API Docs more carefully: http://docs.bexio.com/search/