Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 20 Next »

Front End

JavaScript SDK

Our Javascript SDK is a wrapper around this API to make integrating from an External page easier for developers. It is meant to allow for easy communication with your GoMeddo implementation on Salesforce by providing common helper objects and methods.

Integrations

GoMeddo REST API

GoMeddo contains various custom REST endpoints that allow you to retrieve and manipulate data. For the complete documentation, please refer to our swagger page: https://apidocs.gomeddo.com/

GoMeddo Booking Engine API - v2

This API is used as an extension on top of the GoMeddo REST API. The main use for this API is to have frontend clients create and interact with salesforce without having the user to authenticate themselves. All authentication is done by the GoMeddo Engine and needs to be configured and coupled in the configuration page described here as part of the Widget configuration. This solution will only work with the GoMeddo Resource object (B25__Resource__c), not with other Dimension objects.

  • No labels