Git Product home page Git Product logo

java-api-sdk's Introduction

Smartling Java API SDK

Java SDK for integrating with the Smartling API.

Using this SDK

The Smartling API SDK is distributed via Maven Central and is compatible with JDK 1.7 (Java 7) and up.

Maven

Add the SDK to your dependencies:

<dependencies>
    <dependency>
        <groupId>com.smartling.api</groupId>
        <artifactId>smartling-api-sdk</artifactId>
        <version>${version}</version>
    </dependency>
</dependency>

Gradle

Add the SDK to your dependencies:

dependencies {
    implementation "com.smartling.api:smartling-api-sdk:${version}"
}

Initialize the SDK

The Smartling SDK manages OAuth 2 authentication automatically when you provide a API v2.0 identifier and a user secret to the API factory.

SmartlingApi createSmartlingApi(String userIdentifier, String userSecret)
{
    return new SmartlingApiFactory()
        .build(userIdentifier, userSecret);
}

Contributing

Open an issue on this repository to discuss any planned changes other than bug fixes with Smartling's maintainers.

Fork this repository and create a pull request with your proposed changes. Your pull request must pass all automated tests before it will be considered for inclusion.

Smartling developers should refer to the wiki for instructions on contributing to this SDK.

java-api-sdk's People

Contributors

foo4u avatar ishulyak-smartling avatar pshander avatar alexarcher avatar pavlomyrotiuk 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.