You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The solution for the users of this library is quite trivial: BullhornRestCredentials creds = new BullhornRestCredentials();. But that's not really idea.
This should be a fairly easy fix in the codebase which would be backward compatible with the current state of things. I just thought I'd let you know so that you can update either the README or the code.
The text was updated successfully, but these errors were encountered:
Currently using
v1.2.48
.We are advised to start with
RestCredentials creds = new BullhornRestCredentials();
, but it doesn't work.In fact,
BullhornRestCredentials
does not implementRestCredentials
and thus this operation is illegal in Java.The solution for the users of this library is quite trivial:
BullhornRestCredentials creds = new BullhornRestCredentials();
. But that's not really idea.This should be a fairly easy fix in the codebase which would be backward compatible with the current state of things. I just thought I'd let you know so that you can update either the README or the code.
The text was updated successfully, but these errors were encountered: