-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapiFeed.mli
26 lines (21 loc) · 1.05 KB
/
apiFeed.mli
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
(* ************************************************************************** *)
(* Project: Life - the game, Official OCaml SDK *)
(* Author: db0 ([email protected], http://db0.fr/) *)
(* Latest Version is on GitHub: https://github.com/Life-the-game/SDK-OCaml *)
(* ************************************************************************** *)
(** Feed API methods *)
open ApiTypes
(* ************************************************************************** *)
(** {3 API Methods} *)
(* ************************************************************************** *)
(** Get feed *)
val get :
auth:auth
-> ?page:Page.parameters
-> ?activity_type: string list
-> ?user:id option
-> unit -> ApiPlayground.t Page.t Api.t
val global :
?auth:auth option
-> ?page:Page.parameters
-> unit -> ApiPlayground.t Page.t Api.t