Files and Libraries

The following files and libraries are available:

PHP Client Library

Created Jan 29, 2017 12:51:58 PM

Introduction

The PHP client-side library defines the PHP classes that can be (de)serialized to/from JSON. This is useful for accessing the REST endpoints that are published by this application, but only those that produce a JSON representation of their resources (content type "application/json").

This library requires the json_encode function which was included in PHP versions 5.2.0+.

Files

name size
atlas-webapp-php.zip 2.02K

Ruby Client Library

Created Jan 29, 2017 12:51:58 PM

Introduction

The Ruby client-side library defines the Ruby classes that can be (de)serialized to/from JSON. This is useful for accessing the REST endpoints that are published by this application, but only those that produce a JSON representation of their resources (content type "application/json").

This library leverages the Ruby JSON Implementation, which is required in order to use this library.

Files

name size
atlas-webapp.rb 4.26K