Geneea Python SDK API Documentation

geneeanlpclient.g3 package

Python SDK encapsulating Geneea General API (G3) - see G3 API documentation. For an example of how to call the General API from Python 3.6+, see Python SDK quick start guide.

The SDK has the following main parts:

  • Client – a simple REST client

  • Request – an object encapsulating the request the Client send to the G3 API; typically it is built via RequestBuilder

  • Analysis – object encapsulating the response of the API

  • Readers/Writers – objects for reading/writing from/to json

geneeanlpclient.common package