update documentation

This commit is contained in:
2024-04-14 18:58:55 +02:00
parent 23c03fd623
commit 5e5f4003e0
4 changed files with 155 additions and 99 deletions

View File

@@ -2,7 +2,7 @@
"name": "@api.global/typedrequest",
"version": "3.0.19",
"private": false,
"description": "make typed requests towards apis",
"description": "A TypeScript library for making typed requests towards APIs, including facilities for handling requests, routing, and virtual stream handling.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@@ -47,5 +47,18 @@
],
"browserslist": [
"last 1 chrome versions"
],
"keywords": [
"TypeScript",
"API Requests",
"HTTP",
"Typed Programming",
"Request Routing",
"Response Handling",
"Virtual Streams",
"Asynchronous",
"Network Communication",
"Server Communication",
"API Integration"
]
}
}