honeycomb-0.1.0.1
Safe HaskellSafe-Inferred
LanguageHaskell2010

Honeycomb.API.Auth

Synopsis

Documentation

data NameAndSlug Source #

Constructors

NameAndSlug 

Fields

data Auth Source #

Response to the auth API { "api_key_access": { "events": true, "markers": true, "triggers": true, "boards": true, "queries": true, "columns": false, "createDatasets": true }, "environment": { "name": Production, "slug": "production" }, "team": { "name": "Honeycomb Docs", "slug": "honeycomb-docs" } }

Instances

Instances details
FromJSON Auth Source # 
Instance details

Defined in Honeycomb.API.Auth.Types

Show Auth Source # 
Instance details

Defined in Honeycomb.API.Auth.Types

Methods

showsPrec :: Int -> Auth -> ShowS #

show :: Auth -> String #

showList :: [Auth] -> ShowS #

Eq Auth Source # 
Instance details

Defined in Honeycomb.API.Auth.Types

Methods

(==) :: Auth -> Auth -> Bool #

(/=) :: Auth -> Auth -> Bool #

getAuth :: (MonadIO m, MonadHoneycombConfig client m) => m Auth Source #