
Alex B.
- Total activity 42
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 25
Articles
Recent activity by Alex B.-
Differences between apps and modules
In our system, apps and modules play crucial roles, but they serve distinct purposes and have unique functionalities. Below, we will explore the core differences between the two and what they mean ...
-
Why two different APIs?
This article is still under construction. Thank you for your patience!
-
API Permissions
This is a list of all permissions for the module and app API. Module API Permissions Permission Actions appointment showAppointment, showProtectedAppointment, identifyAppointment appoin...
-
PHP SDK for Modules
Links Module API Documentation: https://service.bookingtime.com/apidoc/module Github Module SDK: https://github.com/bookingtime/lib-phpsdk-module Packagist Module SDK: https://packagist.org/pack...
-
PHP SDK for Apps
Links API Documentation: https://service.bookingtime.com/apidoc/app Github: https://github.com/bookingtime/lib-phpsdk-app Packagist: https://packagist.org/packages/bookingtime/lib-phpsdk-app I...
-
OAuth Authentication Error Responses
400 (Http Bad Request) All implemented cases (see below) sum up as a client-error. Means the call was used incorrectly. This might indicate a bug in the code. Handle by showing the user an error an...