mi-v1/cfg/twitter.dhall

10 lines
204 B
Plaintext
Raw Permalink Normal View History

2020-01-30 01:07:41 +00:00
{ Type =
{ ConsumerToken : Text
, ConsumerSecret : Text
, ApiKey : Text
, ApiSecret : Text
}
, default =
{ ConsumerToken = "", ConsumerSecret = "", ApiKey = "", ApiSecret = "" }
}