We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All public facing APIs refer to this value as API Key; partnerId or partnerKey are just aliases that some older parts of our internal services use.
In fact, there is no reason API Key needs to be exposed from Session at all. Its best to just remove it.
The text was updated successfully, but these errors were encountered:
ApiKey and ApiSecret are private in Session
3530694
Fixed bugs by testing Network Api
f7019b5
In Session, ApiKey and ApiSecret are exposed to publics gets as in the Java version. Issue #7
No branches or pull requests
All public facing APIs refer to this value as API Key; partnerId or partnerKey are just aliases that some older parts of our internal services use.
In fact, there is no reason API Key needs to be exposed from Session at all. Its best to just remove it.
The text was updated successfully, but these errors were encountered: