We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f9d7bc + b7fba8c commit 91edfaeCopy full SHA for 91edfae
.gitignore
@@ -3,3 +3,4 @@ _build/
3
.merlin
4
*.install
5
lib_test/config.ml
6
+_opam/
README.md
@@ -9,7 +9,7 @@ APIv3](https://docs.github.com/rest/) (JSON). It is compatible with
9
[js_of_ocaml](http://ocsigen.org/js_of_ocaml).
10
11
It is [not yet complete](#api-support-coverage) but
12
-[lib/github.atd](https://github.com/mirage/ocaml-github/blob/master/lib/github.atd)
+[lib/github.atd](https://github.com/mirage/ocaml-github/blob/master/lib_data/github.atd)
13
contains the data types that have been bound so far.
14
15
There are several tests and examples in
0 commit comments