This package provides classes PoolParty
and GraphSearch
to wrap around PoolParty APIs and GraphSearch APIs.
Provides a wrapper around PoolParty APIs. The class initializator expects a server
URL string to know where to find the PoolParty - the only required parameter.
The credentials can be either explicitly supplied or read from the environmental variables. The methods of the class map to the respective API methods of PP.
Provides a wrapper around GraphSearch APIs. Also expects a server
and optionally credentials.
For an example of using this package see pp_vectorizer
.