Last active
June 12, 2019 14:56
-
-
Save recursivecodes/b2697931491f5f602dcdff2c5a6771cd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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