Table of Contents

coreBOS Web Service Developer Tool

Announcement video

Installation

Code on GitHub

Installation is very easy, basically extract the code from GitHub and copy it into a directory accessible from the web, point your browser to the directory and you should be ready to go.

Usage

The different parts of the application are:

Query Launcher

Simply type your query into the text box and click on the execute button.

Type List

This is an information page, so simply accessing is enough to get all available information.

Test Code for PHP and Javascript

Write your code into the code editor or load a pre-existing script and edit it. You can click on execute as many times as you need to see the internals of the executions.

In order to simplify the scripts, there are a set of variables and functions you have access to in your scripts:

Adding test code

Just copy the script into the testcode directory and it will be detected automatically.