We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bffe529 commit be35b26Copy full SHA for be35b26
samples/client/petstore/ocaml/src/apis/pet_api.ml
@@ -4,6 +4,7 @@
4
* Generated by: https://openapi-generator.tech
5
*
6
*)
7
+slkdfjdsa;lkfjlk
8
9
let add_pet ~pet_t =
10
let open Lwt.Infix in
@@ -12,6 +13,7 @@ let add_pet ~pet_t =
12
13
let body = Request.write_as_json_body Pet.to_yojson pet_t in
14
Cohttp_lwt_unix.Client.call `POST uri ~headers ~body >>= fun (resp, body) ->
15
Request.read_json_body_as (JsonSupport.unwrap Pet.of_yojson) resp body
16
+ kldsfj;aksld
17
18
let delete_pet ~pet_id ?api_key () =
19
0 commit comments