pycontribs / python-crowd

A python client to the Atlassian Crowd REST API. ❗️seeking-new-maintainer
https://github.com/pycontribs/python-crowd
BSD 2-Clause "Simplified" License
45 stars 41 forks source link

Validate session now works again :) #27

Closed dracador closed 8 years ago

dracador commented 9 years ago

For validationing of the session you don't have to send a POST request. A GET request is all you need.

aelse commented 8 years ago

I don't know whether this will break against older versions of Crowd. Since the existing version works against the current 2.8.4 version of Crowd there's no clear advantage to changing from POST to GET.