From cea31c7c08614291eab2f5a1afb2d204b0f0bbbd Mon Sep 17 00:00:00 2001 From: Ronaldson Bellande <47253433+RonaldsonBellande@users.noreply.github.com> Date: Sun, 4 Aug 2024 01:39:31 -0400 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index d12dc44..bb5a80f 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,23 @@ } ``` +# Quick APi Testing +``` +curl -X 'POST' \ + 'https://bellanderoboticssensorsresearchinnovationcenterwebsite-kot42qxp.b4a.run/api/Bellande_Step/bellande_step_nd' \ + -H 'accept: application/json' \ + -H 'Content-Type: application/json' \ + -d '{ + "node0": [0, 0, 0], + "node1": [100, 100, 100], + "limit": 75, + "dimensions": 3, + "auth": { + "authorization_key": "bellande_web_api_opensource" + } + }' +``` + # BS(Bellande Step) Algorithm API ## Experiment 1 -- Limit = 1