Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 377 Bytes

index.rst

File metadata and controls

15 lines (9 loc) · 377 Bytes

REST API Examples using Python

Sparkflows provides REST API for interacting with it.

Below are examples using tokens. The first step is to log in with your username and password and acquire the token.

Swagger is also enabled and is available at http://<machine-name>:8080/swagger-ui.html

.. toctree::
   :maxdepth: 2

   python-session.rst
   python-token.rst