+4
stack/immiche/bin/dune
+4
stack/immiche/bin/dune
+187
stack/immiche/bin/immiche_cli.ml
+187
stack/immiche/bin/immiche_cli.ml
···
+1
-1
stack/immiche/dune
+1
-1
stack/immiche/dune
+22
-50
stack/immiche/immiche.ml
+22
-50
stack/immiche/immiche.ml
···
+1
-1
stack/karakeepe/dune
+1
-1
stack/karakeepe/dune
+33
-35
stack/karakeepe/karakeepe.ml
+33
-35
stack/karakeepe/karakeepe.ml
·········let create_bookmark client ~url ?title ?note ?tags ?(favourited=false) ?(archived=false) () =·········failwith (Fmt.str "Failed to create bookmark. HTTP error: %d. Details: %s" status_code error_body)
+4
stack/peertubee/bin/dune
+4
stack/peertubee/bin/dune
+138
stack/peertubee/bin/peertubee_cli.ml
+138
stack/peertubee/bin/peertubee_cli.ml
···
+1
-1
stack/peertubee/dune
+1
-1
stack/peertubee/dune
+17
-31
stack/peertubee/peertubee.ml
+17
-31
stack/peertubee/peertubee.ml
·········
+1
stack/requests/lib/dune
+1
stack/requests/lib/dune
+20
stack/requests_json_api/dune-project
+20
stack/requests_json_api/dune-project
···
+4
stack/requests_json_api/lib/dune
+4
stack/requests_json_api/lib/dune
+121
stack/requests_json_api/lib/requests_json_api.ml
+121
stack/requests_json_api/lib/requests_json_api.ml
···+let base = if String.ends_with ~suffix:"/" base then String.sub base 0 (String.length base - 1) else base in+let path = if String.starts_with ~prefix:"/" path then String.sub path 1 (String.length path - 1) else path in
+115
stack/requests_json_api/lib/requests_json_api.mli
+115
stack/requests_json_api/lib/requests_json_api.mli
···+val get_result : (_ Eio.Time.clock, _ Eio.Net.t) Requests.t -> string -> (string, int * string) result+val get_json_exn : (_ Eio.Time.clock, _ Eio.Net.t) Requests.t -> string -> (Ezjsonm.value -> 'a) -> 'a+val get_json : (_ Eio.Time.clock, _ Eio.Net.t) Requests.t -> string -> (Ezjsonm.value -> 'a) ->+val post_json : (_ Eio.Time.clock, _ Eio.Net.t) Requests.t -> string -> Ezjsonm.value -> Requests.Response.t+val post_json_exn : (_ Eio.Time.clock, _ Eio.Net.t) Requests.t -> string -> Ezjsonm.value -> string+val post_json_result : (_ Eio.Time.clock, _ Eio.Net.t) Requests.t -> string -> Ezjsonm.value ->+val or_fail_with : string -> ('a, [< `Http of int * string | `Json_error of string]) result -> 'a
+33
stack/requests_json_api/requests_json_api.opam
+33
stack/requests_json_api/requests_json_api.opam
···
+1
-1
stack/typesense-cliente/dune
+1
-1
stack/typesense-cliente/dune
+20
-30
stack/typesense-cliente/typesense_cliente.ml
+20
-30
stack/typesense-cliente/typesense_cliente.ml
···let body = if body = "" then None else Some (Requests.Body.of_string Requests.Mime.json body) in······+(match Requests_json_api.parse_json_result (parse_search_response collection_name) response_str with······