scailable / sclblpy

Python package for Scailable uploads
MIT License
18 stars 1 forks source link

Stop automatic return of endpoints json #40

Closed MKaptein closed 4 years ago

MKaptein commented 4 years ago

A call to sp.endpoints() automatically

  1. Prints human readable feedback
  2. Returns the json containing all the endpoint information

It should be possible for the user to control this:

MKaptein commented 4 years ago

Fixed in d423475