Skip to content

Instantly share code, notes, and snippets.

@recursivecodes
Last active June 12, 2019 14:56
Show Gist options
  • Select an option

  • Save recursivecodes/b2697931491f5f602dcdff2c5a6771cd to your computer and use it in GitHub Desktop.

Select an option

Save recursivecodes/b2697931491f5f602dcdff2c5a6771cd to your computer and use it in GitHub Desktop.
String endpoint = "https://xicciwch3fq.us-phoenix-1.functions.oci.oraclecloud.com"
String insertId = "ocid1.fnfunc.oc1.us-phoenix-1..."
String readId = "ocid1.fnfunc.oc1.us-phoenix-1..."
String payload = JsonOutput.toJson([isCool: true, createdOn: new Date()])
AuthenticationDetailsProvider authProvider = new ConfigFileAuthenticationDetailsProvider('DEFAULT')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment