All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.alexdupre.shapeshift.providers.ProviderAPI.scala Maven / Gradle / Ivy

The newest version!
package com.alexdupre.shapeshift.providers

import play.api.libs.json.JsValue

import scala.concurrent.Future

trait ProviderAPI {

  def get(path: String): Future[ProviderResponse]

  def post(path: String, params: JsValue): Future[ProviderResponse]

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy