From 3f22d6dd81053783f0059fa559b8c500df57e830 Mon Sep 17 00:00:00 2001 From: Guido Pochettino Date: Thu, 8 Aug 2024 10:09:50 -0300 Subject: [PATCH] CORE-900: Deprecated lib, moved into Platform libs. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index bedc4aa..6e50391 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ # fastly-api-java Java API Wrapper for Fastly (https://docs.fastly.com/api) +> 🚨 **This Library is Deprecated** +> +> Please use the [Platform Library](https://github.com/splitio/platform-libs/fastly-api-java) instead. +> +> Proceed with caution—here be dragons! + # Add snapshot repo to your maven pom.xml ```xml