From 56e84d142c0de6047ddf75783913dd40643688c0 Mon Sep 17 00:00:00 2001 From: santo-it Date: Sat, 10 Dec 2016 12:36:33 +0100 Subject: [PATCH] Partial fix for Issue #213 --- Javascript-Driver.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Javascript-Driver.md b/Javascript-Driver.md index 3ed1316f..bab6b13f 100644 --- a/Javascript-Driver.md +++ b/Javascript-Driver.md @@ -5,7 +5,12 @@ search: # Javascript API -### This API has been deprecated, please use HTTP calls from the browser by using the [HTTP RESTful protocol](OrientDB-REST.md). + +| | | +|---|---| +|![](images/warning.png)|This API has been deprecated, please use HTTP calls from the browser by using the [HTTP RESTful protocol](OrientDB-REST.md).| + + ------------ This driver wraps the most common use cases in database usage. All parameters required by methods or constructor are Strings. This library works on top of [HTTP RESTful protocol](OrientDB-REST.md).