Connect and interface with the OnePageCRM API using Kotlin 👍
- Create file called
config.properties
with the following contents
userId=YOUR_API_USER_ID_HERE
authKey=YOUR_API_AUTH_KEY_HERE
-
Place the file into the directory
./sample/src/main/resources/
-
Open the file
./sample/src/main/kotlin/Sample.kt
-
Run