hi there
I have problem when I want to get information via REST in python requests
I don't know which protocol should I use for Authentication
from browser I can get api responses because I can logged in via login page
but in python code I can't login because in python I have to define api authentication protocol
for example oauth1 or basic or ...
I tested with basic authentication but I got error I guess sysaid doesn't support basic auth
please help
I have problem when I want to get information via REST in python requests
I don't know which protocol should I use for Authentication
from browser I can get api responses because I can logged in via login page
but in python code I can't login because in python I have to define api authentication protocol
for example oauth1 or basic or ...
I tested with basic authentication but I got error I guess sysaid doesn't support basic auth
please help