Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 19 Next »

1. Download and unpack the client API package

 

The content of the client API package

The client API package contains the following:

  • XFRX demo version
  • RIC Client API written in C#, distributed as RICAPIClient.exe and RICAPIClientLib.dll
  • RICHelpers.PRG - a library of functions to work with the API from VFP
  • Basic sample program RICDemo1.prg (see source)
  • Advanced sample program RICDemo2.prg (see source)


2. Edit and run the demo application

  • Open RICDemo1.prg in VFP. In the "PARAMETERS" section at the top, enter your XFRX customer username and password (this is the username and password you use to log in into www.eqeus.net/xfrx to download new xfrx versions)
  • In the section below it, enter in the organization name you want to create, the subdomain it should run on, admin username and admin password. Alternatively, leave this code as is and it will create a new subdomain with a random name.
  • Run RICDemo1.prg. The new organization will be created, a report will be uploaded.

3. Open your report in the web browser

  • Go to your new subdomain in reportsincloud.com (for example, if your subdomain is "my_test_123", go to https://my_test_123.reportsincloud.com.
  • Note: the RICDemo.prg puts the URL to the clipboard, so after you run it you can go to the web browser, select the address field and hit Ctrl+V.
  • You will see the report you just uploaded in there.

4. Go to the administration console

5. Advanced sample

  • The advanced sample RICDemo2.prg is similar. It also creates a new organization and then it performs the following API actions:
  • A login screen welcome message is updated
  • New user roles are added
  • New users are added and assigned to the roles
  • Folders are created
  • Reports are uploaded

6. See how reportsincloud.com works for you.

  • Add your report, add users, new domains
  • During the beta phase, each tester is limited to:
    • 10 users/domains quota (You can add up to 10 domains each with 1 user each, or 1 domain with 10 users, or anything in between)
    • 50 MB uploaded report data per user
    • 1 GB of download monthly per organization
    • 2 MB single report limit

7. Please let us know what you think

  • Please let us know what you think, what works and what doesn't or what features you are missing at eqeus@eqeus.com.

 

On this page:

  • No labels