/kotlin-sample

Connect and interface with the OnePageCRM API using Kotlin

Primary LanguageKotlinApache License 2.0Apache-2.0

kotlin-sample

Connect and interface with the OnePageCRM API using Kotlin 👍

todo

  1. Create file called config.properties with the following contents
userId=YOUR_API_USER_ID_HERE
authKey=YOUR_API_AUTH_KEY_HERE
  1. Place the file into the directory ./sample/src/main/resources/

  2. Open the file ./sample/src/main/kotlin/Sample.kt

  3. Run