Skip to content

Amo CRM API client library for Java based on Retrofit http library

License

Notifications You must be signed in to change notification settings

syncro/amocrm-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

amocrm-client

AmoCRM API client based on Retrofit2 http library

Usage

Maven:

<dependency>
  <groupId>com.amocrm</groupId>
  <artifactId>amocrm-client</artifactId>
  <version>0.3.0</version>
  <type>pom</type>
</dependency>

Gradle:

repositories {
    jcenter()
}

dependencies {
    compile 'com.amocrm:amocrm-client:0.3.0'
}

to build everything to bundle for particular Java version:

./gradlew -Dorg.gradle.java.home=/path/to/jdk/ shadowJar

Note: if you need java 1.7 compatibility check for version <= 0.2.1

Checkout tests for code examples

About

Amo CRM API client library for Java based on Retrofit http library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages