Skip to content

A Java & Spring Boot based reusable library for integrating Streak CRM with external systems and applications

License

Notifications You must be signed in to change notification settings

sandeep-khanna/streakcrm-java-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

streakcrm-java-api

A Java & Spring Boot based reusable library for integrating Streak CRM with external systems and applications

Requirements

Building the API client library requires Maven to be installed.

Installation

To install the API client library to your local Maven repository, simply execute:

mvn install

To deploy it to a remote Maven repository instead, configure the settings of the repository and execute:

mvn deploy

Refer to the official documentation for more information.

Maven users

Add this dependency to your project's POM:

<dependency>
    <groupId>com.streak</groupId>
    <artifactId>streakcrm-java-api</artifactId>
    <version>0.1.0-SNAPSHOT</version>
    <scope>compile</scope>
</dependency>

Gradle users

Add this dependency to your project's build file:

compile "com.streak:streakcrm-java-api:0.1.0-SNAPSHOT"

Others

At first generate the JAR by executing:

mvn package

Then manually install the following JARs:

  • target/streakcrm-java-api-0.1.0-SNAPSHOT.jar
  • target/lib/*.jar

Getting Started

Please follow the installation instructions.

Examples coming soon!

Documentation for Authorization

The Streak API endpoint is https://www.streak.com/api/v1 and all paths below are relative to that. Streak uses HTTP Basic Auth for authentication and all calls must be over HTTPS.

Recommendation

It's recommended to create an instance of ApiClient per thread in a multithreaded environment to avoid any potential issues.

Author

Sandeep Khanna

About

A Java & Spring Boot based reusable library for integrating Streak CRM with external systems and applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages