GithubHelp home page GithubHelp logo

isabella232 / com.adobe.acs.bundles.retrofit Goto Github PK

View Code? Open in Web Editor NEW

This project forked from adobe-consulting-services/com.adobe.acs.bundles.retrofit

0.0 0.0 0.0 231 KB

License: Apache License 2.0

Java 100.00%

com.adobe.acs.bundles.retrofit's Introduction

ACS Embedded Retrofit Bundle

This projects makes the Retrofit API available as an OSGi bundle inside a content package suitable for deployment on CQ/AEM.

This package depends upon Google GSON which should be available as-is as it is distributed as an OSGi bundle. For convenience, a content package is available from Adobe Consulting Services' Github Organization.

Logging

By default, Retrofit will log to System.out. To have it logged through the standard Sling/AEM logging system, this bundle includes an adapter for Slf4j which logs under the category name retrofit. To use this adapter, call setLog() during the construction of the RestAdapter:

RestAdapter restAdapter = new RestAdapter.Builder()
      .setEndpoint(API_URL)
      .setLogLevel(LogLevel.FULL)
      .setLog(Slf4jLog.INSTANCE)
      .build();

com.adobe.acs.bundles.retrofit's People

Contributors

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