Skip to content
repat edited this page Feb 1, 2015 · 19 revisions

Requirements

optional requirements (clients for testing)

Usage Redis

s. Hauptartikel

Usage Grafari Server

  1. nodejs main.js ODER nodemon main.js

Auf Port 8080 über HTTP und 8443 über HTTPS (self-signed certificate) erreichbar.

Usage GUI/Client

cURL

HTTP
curl http://localhost:8080/search/all%20people%20who%20live%20in%20germany
HTTPS
curl https://localhost:8443/search/all%20people%20who%20live%20in%20germany -k

Browser mit Extension

httpie

Installation via Pythons pip

sudo pip install --upgrade httpie

Anfrage stellen wie cURL

http GET http://localhost:8080/search/all%20people%20who%20live%20in%20germany