package reddit_api_async

  1. Overview
  2. Docs
module Credentials : sig ... end
type t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val create : Credentials.t -> user_agent:string -> t
val call_exn : t -> 'a Reddit_api_kernel.Api.t -> 'a Async.Deferred.t
module Remote : sig ... end

Any connection can be turned into an RPC server, acting as a shared * connection for multiple client Connection.ts. Rate limiting is managed * on the server side.

module For_testing : sig ... end
OCaml

Innovation. Community. Security.