Skip to content

mooseweb/go-abxtracted

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Abxtracted Logo

go-abxtracted

Get experiments complexity abstracted and make your A/B tests trustable.

Release Software License Travis Codecov branch Go Report Card Go Doc

Usage

var abx = abxtracted.New() exp, err := abx.Get("project-id", "customer-id", "experiment-key") if err != nil { // deal with it } // later on.. if err := abx.Complete("project-id", exp); err != nil { // deal with it }

Questions

If you have any question, drop us a message.

About

Golang library to make calls to abxtracted API

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%