Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.09 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.09 KB

Join the chat at https://gitter.im/aafa/rest-android-scala.g8

Description

SBT project template for Android REST client.

Inside

Install

First you need to have g8 installed, see readme Then:

g8 aafa/rest-android-scala
cd <project name>
sbt run

Usage

  • sbt run will try to run an app on a device (actual or emulator), make sure you have some adb devices ready.
  • sbt quickTest will do quick tests with robolectric setup on your regular JVM.

You will get a simple client implementaion with one actual call to https://api.bitfinex.com/v1 REST API to demostrate how things works.