Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
maxLevel3
minLevel3

Introduction

A data sharing format used often in the Internet is Google Spreadsheet.The WSO2 Data Services Server contains support for Google Spreadsheets as a data source.

Building the sample

The sample data service GSpreadSample should be deployed using the instructions in Samples Setup section.

Running the sample

The sample service can be run using the TryIt tool, which is bundled with the WSO2 Data Services Server, or a code-generated java client sample as discussed in the Data Services Clients section.

...

Table of Contents
maxLevel3
minLevel3

About the sample data service

The spreadsheet contains data about the customers of a specific company. The GSpread sample service contains a single operation named named getCustomers which  which returns all the customer information that are stored in the Google spreadsheet. There is also a resource defined as as customers which  which can be accessed using the following URL, http://localhost:9763/services/GSpreadSample.HTTPEndpoint/customers.

...

.

Building the sample

The sample data service GSpreadSample should be deployed using the instructions in Samples Setup section.

Running the sample

The sample service can be run using the TryIt tool, which is bundled with the WSO2 Data Services Server, or a code-generated java client sample as discussed in the Data Services Clients section.

Sample run of the service using the TryIt tool is shown below.

...