This is the Scala SDK for the short-url-svc
- Create Short URL
- Get Short URL With Id
// build.sbt
resolvers += Resolver.bintrayRepo("urlable","maven")
// see https://bintray.com/urlable/maven/short-url-svc-scala-sdk/view
// for available versions
libraries += "com.urlable" % "short-url-svc-scala-sdk" % shortUrlSvcSdkVersion
The versioning of this project adheres to the Semantic Versioning 2.0.0 spec
refer to CONTRIBUTING.md