21 Dec
2008
21 Dec
'08
11:55 a.m.
Sergiu Dumitriu wrote:
See the Authentication section of https://docs.sonatype.com/display/Nx/Nexus+Rest+API
I really prefer it this way. We need to make it extra easy to query IMO (for open wikis).
+1
I have looked at https://docs.sonatype.com/display/Nx/Nexus+Rest+API and, in the authentication section they state: GET - /authentication/logout - Expire an authToken Authorization Header This is completely UNRestFul, since it subvert the semantics of the GET verb (safe and idempotent), and it encodes in the URI an operation and not a resource. I am -1 for this. -Fabio