Skip to content

keirlawson/launch4s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Launch4s

A Cats-friendly Scala wrapper around the LaunchDarkly Java SDK

Usage

The API largely mirrors the Java SDK's API, however there are small deviations in places. For full details consult the Scaladoc.

Example

import launch4s.LaunchDarklyClient
import com.launchdarkly.sdk.LDUser

LaunchDarklyClient.resource[F]("sdkkey", blocker).use { ldClient =>
    val flagValue: F[Boolean] = ldClient.boolVariation("myflagkey", new LDUser(), false)
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages