Skip to content
This repository has been archived by the owner on Sep 20, 2019. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianHockmann committed Nov 20, 2016
2 parents 07b4591 + ac8831f commit 789fe5e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ using (var gremlinClient = new GremlinClient(gremlinServer))
await gremlinClient.SubmitWithSingleResultAsync<bool>("g.V().has('name', 'gremlin').hasNext()");
}
```

## API Reference

The API reference can be found here: [https://florianhockmann.github.io/Gremlin.Net/api/Gremlin.Net.html](https://florianhockmann.github.io/Gremlin.Net/api/Gremlin.Net.html)

0 comments on commit 789fe5e

Please sign in to comment.