Some more doc
parent
917961a570
commit
df9b53680c
|
|
@ -1,5 +1,17 @@
|
||||||
LibreCCM API Client Commons
|
LibreCCM API Client Commons
|
||||||
===========================
|
===========================
|
||||||
|
|
||||||
This module provides basic classes for building clients for the RESTful APIs
|
This module provides several usaable parts of building clients for
|
||||||
provided by modules of LibreCCM. Details can be found in the documentation.
|
specific endpoints of the LibreCCM RESTful API.
|
||||||
|
|
||||||
|
The `entities` module provides several entities used by various endpoints
|
||||||
|
of the RESTful API of LibreCCM.
|
||||||
|
|
||||||
|
The module also provides an HTTP client specially tailored for
|
||||||
|
the RESTful API of LibreCCM. The client is provided in several implementations:
|
||||||
|
For browsers, for node.js and an isomorphic implementation. In most cases
|
||||||
|
you will want to use the isomorphic implementation.
|
||||||
|
|
||||||
|
For most use cases it is recommanded to use the specific client APIs provided
|
||||||
|
by the LibreCCM modules which provided a more high-level interface to the RESTful
|
||||||
|
API of LibreCCM.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue