UNPKG

http-repository-cache

Version:

A library for making HTTP requests using the repository pattern with an built in caching system.

29 lines (28 loc) 667 B
{ "name": "http-repository-cache", "version": "1.0.1", "description": "A library for making HTTP requests using the repository pattern with an built in caching system.", "main": "./dist/index.js", "types": "./dist/index.d.ts", "keywords": [ "frontend", "front-end", "typescript", "http", "request", "fetch", "api", "repository", "pattern", "cache", "repository-pattern", "http-requests", "fetch-api" ], "author": "Arnold Atsé <arnoldatse.dev> (https://arnoldatse.dev)", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/arnoldatse/http-repository-cache" } }