tree: 8a8ab46c70613f2e18f583475f15534c547d7042 [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