Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@cjh1/sfapi
Advanced tools
A TypeScript client for the SF API. Generated from the OpenAPI specification. The generated code is automatically refactored using [ts-morph](https://ts-morph.com/) to provide more friendly naming.
A TypeScript client for the SF API. Generated from the OpenAPI specification. The generated code is automatically refactored using ts-morph to provide more friendly naming.
client = new Client(
OIDC_CLIENT_ID,
new URL(REDIRECT_URL),
new URL(AUTH_URL),
new URL(TOKEN_URL),
new URL(API_URL)
);
client.authorize()
const status = await client.status.getStatus();
console.log(status);
const coriStatus = await client.status.getStatusBySystem("cori");
console.log(coriStatus);
const roles = await client.account.getRoles();
console.log(roles);
The full API reference can be found here.
FAQs
A TypeScript client for the SF API. Generated from the OpenAPI specification. The generated code is automatically refactored using [ts-morph](https://ts-morph.com/) to provide more friendly naming.
The npm package @cjh1/sfapi receives a total of 37 weekly downloads. As such, @cjh1/sfapi popularity was classified as not popular.
We found that @cjh1/sfapi demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.