package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type auth_token = string
type captcha = {
  1. url : string;
  2. token : string;
}
val url : (captcha, string) GapiLens.t
val token : (captcha, string) GapiLens.t