/ocaml-cordova-plugin-contacts

Binding in OCaml to cordova-plugin-contacts using gen_js_api

Primary LanguageOCamlGNU Lesser General Public License v3.0LGPL-3.0

ocaml-cordova-plugin-contacts

LGPL-v3 licensed Build Status

Binding to cordova-plugin-contacts

What does cordova-plugin-contacts do ?

This plugin defines a global `navigator.contacts` object, which provides access
to the device contacts database.

Source: cordova-plugin-contacts

Repository branches and tags

We are migrating bindings from js_of_ocaml (low level bindings) to gen_js_api (high level bindings).

The gen_js_api binding allows to use pure ocaml types (you don't have to use the ## syntax from js_of_ocaml or Js.string type but only # and string type).

The js_of_ocaml version is available in the branch js_of_ocaml but we recommend to use the gen_js_api version which is the master branch.

How to use ?

TODO