Spaya API Client Package¶
Copyright (C) Iktos - All Rights Reserved. Unauthorized copying of this file, via any medium is strictly prohibited. Proprietary and confidential.
Content:
This package provides an easy way to score SMILES with the Spaya API.
To match every case, this API provides 3 different clients:
SpayaClientREST: A synchronous client
SpayaClientAsync: An asynchronous client with reconnection and helpers for the websocket
SpayaClientCallback: An asynchronous client that allows you to get results using a Callback
You can also write your own client using the following documentation: