From 9b60f9117627ed653b425d521282eaafac471831 Mon Sep 17 00:00:00 2001 From: suhaotian Date: Wed, 5 Mar 2025 18:40:31 +1100 Subject: [PATCH] Add API reference --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 54a9bcd..eb7d842 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ A lite http request lib based on **fetch** with plugin support and similar API t - [Sending a request with credentials included](#sending-a-request-with-credentials-included) - [Uploading a file](#uploading-a-file) - [Processing a text file line by line](#processing-a-text-file-line-by-line) +- [API Reference](#api-reference) - [Star History](#star-history) - [Thanks](#thanks) @@ -2187,6 +2188,10 @@ async function run() { run(); ``` +## API Reference + +https://suhaotian.github.io/xior/ + ## Star History [![Star History Chart](https://api.star-history.com/svg?repos=suhaotian/xior&type=Date)](https://star-history.com/#suhaotian/xior&Date)