tree: ce86840bbdf788a93a2e5b27e2b62c0b3ba2bd6d [path history] [tgz]
  1. src/
  2. build.sbt
  3. README.md
s2http/README.md

S2Graph HTTP Layer

Development Setup

Run Server

Let's run http server.

sbt 'project s2http' '~reStart'

When the server is running, connect to http://localhost:8000. If it works normally, you can see the following screen.

{
  "port": 8000,
  "started_at": 1543218853354
}

API testing

sbt 'project s2http' "test-only *s2graph.http*"

API List

  • link to S2GraphDocument