diff options
author | Robert Jaros <rjaros@finn.pl> | 2019-03-24 00:47:57 +0100 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2019-03-24 00:47:57 +0100 |
commit | 168c96733d8fa9ccb78f0b84376b053e8d7ee03e (patch) | |
tree | b0c2aa09851492a2382fa01f0f91c47c65417a81 /Module.md | |
parent | 38d8447b7024112f54a4d2a4404840cae5e4d849 (diff) | |
download | kvision-168c96733d8fa9ccb78f0b84376b053e8d7ee03e.tar.gz kvision-168c96733d8fa9ccb78f0b84376b053e8d7ee03e.tar.bz2 kvision-168c96733d8fa9ccb78f0b84376b053e8d7ee03e.zip |
New RestClient class in the core module.
Diffstat (limited to 'Module.md')
-rw-r--r-- | Module.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -98,6 +98,10 @@ Predictable state container based on Redux library. A set of components for creating multiplatform automatic JSON-RPC connectivity with a backend server. +# Package pl.treksoft.kvision.rest + +RESTful API client with support for type-safe connectivity. + # Package pl.treksoft.kvision.routing Simple and easy to use JavaScript router wrapper. |