You are here

opigno_moxtra_app.api.inc in Opigno Moxtra App 7

Provides functions to communicate with moxtra endpoint

File

includes/opigno_moxtra_app.api.inc
View source
<?php

/**
 * @file
 * Provides functions to communicate with moxtra endpoint
 * @see https://developer.moxtra.com/docs/docs-rest-api
 */

/**
 * Retrieve api endpoint from global settings
 *
 * @return string
 */
function opigno_moxtra_app_api_get_gateway_uri() {
  return OPIGNO_MOXTRA_APP_MOXTRA_API_GATEWAY;
}

Functions

Namesort descending Description
opigno_moxtra_app_api_get_gateway_uri Retrieve api endpoint from global settings