Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Everything that you can do in the UI can be done using our API! 

REST API

The SpringServe ClearLine API is a simple REST API that you can use no matter what your favorite programming language is. 

Base Url

https://console.clearline.springservemagnite.com

...

ClearLine SDK

For your (and our) convenience we have created a python interface to our API. 

...

Code Block
languagepy
titleset_credentials
springserve.set_credentials(user='blah@blah.com', password="mypassword", base_url='https://console.clearline.springservemagnite.com/api/v0')


SDK will allow you to work more efficiently, we highly encourage you to use it for all your SpringServe ClearLine API needs.  

Download it from Github

...