Coder Social home page Coder Social logo

sdk-xms-java's Introduction

REST API SDK for SMS

This is the Java SDK for the CLX Communications REST API (also called XMS) for sending and receiving single or batch SMS messages. It also supports scheduled sends, organizing your frequent recipients into groups, and customizing your message for each recipient using parameterization. It offers an asynchronous Java API that provides convenient access to all the features of the XMS REST API.

The library is compatible with Java 6 and later.

Using

To use this SDK in your own Java project you can put

<dependency>
  <groupId>com.clxcommunications</groupId>
  <artifactId>sdk-xms</artifactId>
  <version>XYZ</version>
</dependency>

in your POM file, with XYZ replaced by the desired version.

Building and installing

This project uses the Maven build tool and the typical Maven goals are supported. To install the package to your local Maven repository it therefore is sufficient to execute

$ mvn install

in your terminal. The project will then be compiled and tested before finally being installed in your local repository.

Note that Java 8 is required to build and run the test suite. The installed JAR file is Java 6 compatible, however.

Developing in Eclipse

To import the project into Eclipse it is necessary to install the m2e plugin and the m2e-apt connector. Both are available at the Eclipse Marketplace. Before importing the project ensure that automatic configuration of JDT APT is enabled. The Immutables website has good instructions with screenshots.

After this initial setup development in Eclipse should be reasonably straight forward.

License

This project is licensed under the Apache License Version 2.0. See the LICENSE.txt file for the license text.

sdk-xms-java's People

Contributors

rycee avatar jay-91 avatar jcaose avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.