Skip to content

Releases: rajangdavis/osvc-rest

Concurrent Requests fix

20 Feb 06:39
Compare
Choose a tag to compare
  • Fixes a bug where --concurrent flag for concurrent queries was doing an unneccessary query

Bulk Report Exports

13 Feb 05:21
Compare
Choose a tag to compare
  1. Removes the access token flag
  2. Adds support for Bulk Report Exports
    a. Up to 1,000,000 rows can be returned for a report
    b. If CCOM version is set to "v1.4" or "latest", the "osvc-crest-api-access-token" will be updated automatically for
    reach request.

VHOST support

05 Feb 20:51
Compare
Choose a tag to compare

This release adds a --vhost flag for connecting with virtual host as opposed to a custhelp or rightnowdemo domain.

Updated Release

03 Dec 20:12
Compare
Choose a tag to compare
Updated Release Pre-release
Pre-release

This release should fix some issues with the previous 1.0 release:

  1. Fixed report command having issues due to -o flag. The shorthand flag for running reports with an offset (-o) has been removed. The regular flag (--offset) should work for now as there aren't any additional characters that can be used for a shorthand offset flag

  2. Change the --parallel flag to --concurrent as I cannot guarantee that HTTP requests work in parallel.

Beta Release

30 May 03:33
Compare
Choose a tag to compare
Beta Release Pre-release
Pre-release

This is the first publicly available version of 'osvc-rest'.

It can perform all of the features available within the latest version of the Oracle Service Cloud REST API.