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/Api/F/TimeEntry/index.html

Module F.TimeEntrySource

Sourceval stop : Types.tid -> Client.t -> (Types.time_entry, Piaf.Error.t) Lwt_result.t
Sourceval current : Client.t -> (Types.time_entry, Piaf.Error.t) Lwt_result.t
Sourceval details : Types.tid -> Client.t -> (Types.time_entry, Piaf.Error.t) Lwt_result.t
Sourceval delete : Types.tid -> Client.t -> (Toggl_t.tid_list, Piaf.Error.t) Lwt_result.t
Sourceval list : ?start_date:Ptime.t -> ?end_date:Ptime.t -> Client.t -> (Toggl_t.time_entry_list, Piaf.Error.t) Lwt_result.t
Sourceval update : int -> ?description:string -> ?start:Types.datetime -> ?stop:Types.datetime option -> ?duration:int -> ?tags:string list -> ?project:Types.project option -> ?workspace:Types.project -> ?duronly:bool -> ?billable:bool -> Client.t -> (Types.time_entry, Piaf.Error.t) Lwt_result.t
OCaml

Innovation. Community. Security.