From b2b7cbeaff607ac8ddda99f460690969016327fb Mon Sep 17 00:00:00 2001 From: sofisl <55454395+sofisl@users.noreply.github.com> Date: Thu, 13 Jun 2024 23:09:45 -0700 Subject: [PATCH] chore: add deprecation notice (#329) * Create .readme-partials.yaml * Update README.md --- .readme-partials.yaml | 4 ++++ README.md | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 .readme-partials.yaml diff --git a/.readme-partials.yaml b/.readme-partials.yaml new file mode 100644 index 0000000..1d11c88 --- /dev/null +++ b/.readme-partials.yaml @@ -0,0 +1,4 @@ +introduction: |- + **_THIS REPOSITORY AND PACKAGE WILL BE DEPRECATED IN JULY 2024. RELEVANT FUNCTIONALITIES HAVE BEEN MOVED TO [GOOGLEAPIS/GAXIOS](https://github.com/googleapis/gaxios)_** + + Like request, but much smaller - and with less options. Uses node-fetch under the hood. Pop it in where you would use request. Improves load and parse time of modules. diff --git a/README.md b/README.md index 14e2f94..fd646e9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ [![Build Status](https://travis-ci.org/googleapis/teeny-request.svg?branch=master)](https://travis-ci.org/googleapis/teeny-request) +**_THIS REPOSITORY AND PACKAGE WILL BE DEPRECATED IN JULY 2024. RELEVANT FUNCTIONALITIES HAVE BEEN MOVED TO [GOOGLEAPIS/GAXIOS](https://github.com/googleapis/gaxios)_** + # teeny-request Like `request`, but much smaller - and with less options. Uses `node-fetch` under the hood.