package gapi-ocaml
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  A simple OCaml client for Google Services
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      v0.4.7.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=3a9e7ba4446b90f842c10dc2e49211c394c9f012715da01bb0b80baccabb41bb
    
    
  md5=27919a0188772392e9b74bfd95fbaaa1
    
    
  doc/index.html
gapi-ocaml
API
Library gapi-ocaml
- GapiAdsenseV1_1ModelData definition for AdSense Management API (v1.1).
- GapiAdsenseV1_1ServiceService definition for AdSense Management API (v1.1).
- GapiAdsenseV1_4ModelData definition for AdSense Management API (v1.4).
- GapiAdsenseV1_4ServiceService definition for AdSense Management API (v1.4).
- GapiAnalyticsV3ModelData definition for Google Analytics API (v3).
- GapiAnalyticsV3ServiceService definition for Google Analytics API (v3).
- GapiAuthStores data used to authorize requests.
- GapiAuthResponseStores data from authorization responses.
- GapiBigqueryV2ModelData definition for BigQuery API (v2).
- GapiBigqueryV2ServiceService definition for BigQuery API (v2).
- GapiBloggerV2ModelData definition for Blogger API (v2).
- GapiBloggerV2ServiceService definition for Blogger API (v2).
- GapiCalendarV3ModelData definition for Calendar API (v3).
- GapiCalendarV3ServiceService definition for Calendar API (v3).
- GapiClientLoginClient Login authorization API implementation.
- GapiConfigConfiguration module.
- GapiConversationServer conversation manager.
- GapiCoreCommon types used throughout the library.
- GapiCurlOcurl wrapper module.
- GapiCustomsearchV1ModelData definition for CustomSearch API (v1).
- GapiCustomsearchV1ServiceService definition for CustomSearch API (v1).
- GapiDateDatetime data type.
- GapiDiscoveryV1ModelData definition for API Discovery Service (v1).
- GapiDiscoveryV1ServiceService definition for API Discovery Service (v1).
- GapiDriveV2ModelData definition for Drive API (v2).
- GapiDriveV2ServiceService definition for Drive API (v2).
- GapiDriveV3ModelData definition for Google Drive API (v3).
- GapiDriveV3ServiceService definition for Google Drive API (v3).
- GapiErrorData definition of server errors.
- GapiFun
- GapiGmailV1ModelData definition for Gmail API (v1).
- GapiGmailV1ServiceService definition for Gmail API (v1).
- GapiJsonUtilities to manipulate JSON documents.
- GapiJwtServiceAccountJWT helper module for service account authorization.
- GapiLensFunctional lenses.
- GapiMediaResource
- GapiMonadDefines the monad interface and provides implementations of some monads.
- GapiOAuth1OAuth 1.0a authorization API implementation.
- GapiOAuth2OAuth 2.0 authorization API implementation.
- GapiOAuth2DevicesOAuth2 for TV and limited devices.
- GapiOAuth2ServiceAccountOAuth 2.0 authorization API implementation for service accounts.
- GapiOauth2V2ModelData definition for Google OAuth2 API (v2).
- GapiOauth2V2ServiceService definition for Google OAuth2 API (v2).
- GapiOption
- GapiPagespeedonlineV1ModelData definition for PageSpeed Insights API (v1).
- GapiPagespeedonlineV1ServiceService definition for PageSpeed Insights API (v1).
- GapiPipeDefines a pipe, used to stream HTTP requests and responses.
- GapiPlusV1ModelData definition for Google+ API (v1).
- GapiPlusV1ServiceService definition for Google+ API (v1).
- GapiRequestBasic request to services.
- GapiServiceCommon operations for services.
- GapiServiceAccountCredentials
- GapiSheetsV4ModelData definition for Google Sheets API (v4).
- GapiSheetsV4ServiceService definition for Google Sheets API (v4).
- GapiSiteVerificationV1ModelData definition for Google Site Verification API (v1).
- GapiSiteVerificationV1ServiceService definition for Google Site Verification API (v1).
- GapiTasksV1ModelData definition for Tasks API (v1).
- GapiTasksV1ServiceService definition for Tasks API (v1).
- GapiUrlshortenerV1ModelData definition for URL Shortener API (v1).
- GapiUrlshortenerV1ServiceService definition for URL Shortener API (v1).
- GapiUtils
Library gapi-ocaml.netstring-local
- Netascii_armorMessages with ASCII armor
- Netasn1ASN.1 support functions
- Netasn1_encodeASN.1 encoder
- NetauxInternal auxiliary functions * * This is an internal module.
- NetbufferA Netbuffer.t is a buffer that can grow and shrink dynamically.
- NetchannelsObject-oriented I/O: Basic types and classes * * Contents * * - Types * - Input channels * - Output channels * - Delegation classes * - Lifting channels * - Channels over descriptors * - Transactional channels * - Pipes and Filters *
- NetconversionConversion between character encodings * * Contents *
- NetdateSupport for common date/time parsing and formatting. * Many routines refer to the epoch, which for Unix is * 00:00:00 UTC, January 1, 1970. Timestamps given as * "seconds since the epoch" ignore leap seconds.
- Netdb
- NetencodingBase64, Quoted Printable, URL encoding, HTML escaping
- NetmappingsInternal access to the character conversion database * * This is an internal module.
- NetmimeNetmime contains high-level classes and functions to process * mail and MIME messages. * * Contents * * - Types * - Classes * * The tutorial has been moved to- Netmime_tut. Parsers for MIME * headers are now in- Netmime_header. Parser and printers for MIME * channels are now in- Netmime_channels.
- NetsockaddrParsing of socket addresses
- NetstreamA netstream is an input channel that is read block by block. The * fragment of the channel currently loaded into memory is called the * current window of the netstream. The window can be thought as * look-ahead buffer. * * Picture: * *
- Netstring_strWrapper for regexps with- Strsyntax * * This module was written at a time when we had only the- Strmodule * for regular expressions. However,- Strhas an interface that does * not work for multi-threaded programs, because the state of the module * is visible to the outside. The module- Netstring_stris similar to- Str, * but has a thread-compatible interface. * * For an explanation why we need this module, please read- Regexp.
- Netstring_tstringSupport module for tagged strings
- NetunicharUnicode character information
- NeturlUniform Resource Locators (URLs) * * Contents * * - Interface * * The tutorial has been moved to- Neturl_tut.
Library gapi-ocaml.netsys-local
- NetexnException registry
- NetlogBasic logging facility
- NetsysSystem calls missing in the- Unixmodule
- Netsys_conf
- Netsys_crypto_typesTypes for crypto providers
- Netsys_impl_util
- Netsys_memBigarrays as memory buffers
- Netsys_oothrObject-oriented thread API
- Netsys_posixPOSIX-specific system calls missing in the- Unixmodule, and further API's from POSIX-style operating systems.
- Netsys_signalSignal handler framework
- Netsys_tlsUser-level TLS API
- Netsys_tmpTemporary files
- Netsys_typesTypes for all Netsys modules
- Netsys_win32Primitives for Win32
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page