{"library":"advanced-fetch","type":"library","category":null,"description":"A wrapper around node-fetch that adds automatic cookie handling, easy query/form/JSON body serialization, and optional cookie persistence to disk. Version 3.1.2 is the current stable release. Maintained via GitHub Actions. Simplifies common fetch patterns compared to raw node-fetch by providing convenience methods for GET, POST, PUT, DELETE with built-in encoding support via iconv-lite. Ships TypeScript type definitions.","language":"javascript","status":"active","version":"3.1.2","tags":["javascript","typescript"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install advanced-fetch","imports":["import { Fetch } from 'advanced-fetch'","const fetch = new Fetch({ cookiesFilename: 'cookies.json', encoding: 'win1251' })","const result = await fetch.get('http://example.com', { query: { key: 'value' }, returnBuffer: true })"]},{"cmd":"yarn add advanced-fetch","imports":[]},{"cmd":"pnpm add advanced-fetch","imports":[]}],"homepage":"https://github.com/sigalor/advanced-fetch#readme","github":"https://github.com/sigalor/advanced-fetch","docs":null,"changelog":null,"pypi":null,"npm":"advanced-fetch","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}