GithubHelp home page GithubHelp logo

websms-api's Introduction

Discontinued

This app is discontinued and removed from all distribution channels.

General

This is the API to build connectors for websms. Please see one of the open source connectors to get an idea how to use the API. A very good example fot the use of BasicConnector with a very straight forward API is cherry-sms. Check out the o2 connector to get an idea of a connector implementing the base class Connector and parsing a full website.

How to build

There are two ways to build a connector with this websms-api.

Android-Studio / gradle / maven

Add the websms-api maven repository to your build.gradle and simply reference the remote dependency. There is no need to check out/ clone the api manually.

repositories {
    maven {
        url 'https://raw.githubusercontent.com/felixb/mvn-repo/master/'
    }
    mavenCentral()
}

dependencies {
    compile 'de.ub0r.android.websms.connector.common:WebSMSAPI:1.1'
}

You can see it in full details in the cherry-sms connector's code base. In maven just in add the dependency like this.

<dependency>
    <groupId>de.ub0r.android.websms.connector.common</groupId>
    <artifactId>WebSMSAPI</artifactId>
    <version>{latest.version}</version>
    <type>jar</type>
</dependency>

Eclipse / ant

Please clone this git repo and check out the tag build-env-eclipse. You'll need to import this eclipse project and reference it as library project in your connector.

Further reading

websms-api's People

Contributors

boris-de avatar btom avatar felixb avatar fintanf avatar herrlado avatar istarp avatar mikebl71 avatar thomas-pi avatar xim737 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  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.