{"library":"fetch-salesforce","type":"library","category":null,"description":"A client for the Salesforce REST API using the Fetch API. Current stable version is 2.0.1. The library is maintained and designed for React Native but works in any environment supporting fetch. It provides a simple interface for CRUD operations, queries, and authentication. Version 2.0 introduces breaking changes, including requiring fetch to be defined globally. Differentiators: lightweight, no heavy dependencies, TypeScript-first with full typings.","language":"javascript","status":"active","version":"2.0.1","tags":["javascript","typescript"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install fetch-salesforce","imports":["import { FetchSalesforce } from 'fetch-salesforce'","import { SalesforceOptions } from 'fetch-salesforce'","fetchSalesforce.fetchSObject.insert('Account', { Name: 'My Account' })","fetchSalesforce.fetchQuery.query('SELECT ID FROM Account LIMIT 10')"]},{"cmd":"yarn add fetch-salesforce","imports":[]},{"cmd":"pnpm add fetch-salesforce","imports":[]}],"homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":"fetch-salesforce","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}