-
OpenSSL Windows Installation
NOTE - the downloadable files sourced from OpenSSL.org only work with Linux!!! In order to install on Windows 10, you must with compile the binaries yourself OR find a compiled version already on the…1 -
How to create a Java Key Store (JKS)
Please note that Keytool is a java application and you will need to confirm that is installed on your machine. If not you will need to install a java version that has keytool, either jre or jdk. Onc…2 -
Anaplan API Authentication service - nuances...
Official documentation from Anaplan: https://anaplanauthentication.docs.apiary.io/# In order to successfully connect to the Anaplan Authentication service you will need to: * Generate a CA certificat…3 -
RESTful API - Postman examples
I have attached a json file for to be imported into the POSTMAN application. These are example calls to Anaplan's API. Please note that most of the API calls were using certificates. The URL to get P…4 -
api v2 - POSTMAN examples
I am sorry for not posting these POSTMAN examples sooner. You can download the attached file and import them into your Postman. There are over 30 examples of different ways to hit the API. and this i…9