Combu Server  3.1.1
PHP API Documentation
API Reference

Introduction

This is the documentation of Combu PHP framework, the server-side scripts to be deployed on your web server to make the magic happens!

Please refer to the Getting started page or the Combu official documentation for informations about the installation and configuration of Combu server and client.

In this documentation some web service endpoints require parameters of type dictionary of strings or list of dictionary of strings, this means a JSON representation of key/value pairs (or list of pairs). For example the account's custom data is represented as dictionary of strings: {"Property1":"Value1", "Property2":"Value2"}