package otoggl

  1. Overview
  2. Docs
Bindings for Toggl API in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

dev-0.3.2.tbz
sha256=22ee2dc184836891b833d6791bea35f583e24bb2ce87ae4f6e5dcbdb272dc4c9
sha512=89508c18662001029e6d3707dae82edd67a17a7fecc200d7c0da3c4ac8f45b6676e0dec69483234f2170b31451f36735903c89e85cb2a713fe8a4df327964f74

doc/otoggl.lib/Toggl/Auth/index.html

Module Toggl.AuthSource

Sourcemodule type Client = module type of Piaf.Client
Sourcetype t =
  1. | Basic of {
    1. username : string;
    2. password : string;
    }
  2. | ApiToken of string
Sourceval create_header : t -> (string, string) result
Sourcemodule Client (Authentication : sig ... end) : Client with type t = Piaf.Client.t
OCaml

Innovation. Community. Security.