Timeplus API SDK for Python
A gluon
(/ˈɡluːɒn/) is an elementary particle that acts as the exchange particle (or gauge boson) for the strong force between quarks. It is analogous to the exchange of photons in the electromagnetic force between two charged particles.
In Timepluse architecture, gluon
is the API sdk acting as the connection to Timeplus's ecosystems.
Please check the README in python folder.
- update
spec/swagger.yaml
with the latest neutron api spec make gen
- manually update query:
set
_preload_content
toFalse
- manully update
swagger_client/rest.py
https://github.com/timeplus-io/gluon/commit/201cf464a7461ff31d34850753922c21f7fbeadb, make sure the string body wont get dumped again - disable
None
check inswagger_client/models/alert
for@trigger_query.setter
and@resolve_query.setter
- go to
python
folder, set env properly and thenmake test
make format
to format the code
Manually try the sample in examples