Skip to content

Commit

Permalink
Use 2.0 api
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasNo1 committed Nov 2, 2020
1 parent 2530484 commit 03ab082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bexio/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

class Client
{
const API_URL = 'https://api.bexio.com/3.0';
const API_URL = 'https://api.bexio.com/2.0';
const OAUTH2_AUTH_URL = 'https://idp.bexio.com/authorize';
const OAUTH2_TOKEN_URI = 'https://idp.bexio.com/token';
const OAUTH2_REFRESH_TOKEN_URI = 'https://idp.bexio.com/token';
Expand Down

0 comments on commit 03ab082

Please sign in to comment.