The Mashery Local SDK

The Mashery Local SDK is implemented as a Gradle project. The SDK project sturucture is the same as that of Gradle multi-project configurations.

Note: You do not need to install Gradle separately. The Mashery Local SDK takes care of it at the time of installation.
The contents of Mashery Local SDK are :
  • Scripts to create boiler plates for adapters
  • Script to create distribution packages
  • Examples
  • Mashery SDK libraries
  • Gradle Build framework
  • Javadocs for the libraries
|MasheryLocalSDK/
      |--createadapterproject.gradle
      |--pre-post-processor.template
      |--libs/
        |--org.slf4j.api_{version}.jar
        |--com.mashery.util_{version}.jar
        |--com.mashery.trafficmanager.sdk_{version}.jar
        |--com.mashery.http_{version}.jar
      |--docs/
        |--javadoc/
      |--create-adapter.sh
      |--create-adapter.bat
      |--build.subproject.gradle.template
      |--build-adapter.sh
      |--build-adapter.bat
      |--LICENSE
      |--authenticator-adapter.template
      |--gradlew.bat
      |--build.gradle
      |--common.gradle
      |--settings.gradle
      |--gradle.properties
      |--gradlew.sh
      |--gradlew.bat
      |--gradle/
        |--wrapper/
           |--gradle-wrapper.properties
           |--gradle-wrapper.jar
      |--examples/