From e761e9d25d6dc690000dbdf984d9171bf79c6978 Mon Sep 17 00:00:00 2001 From: Mihaela Mihalescu Date: Wed, 12 Jul 2023 14:06:30 +0300 Subject: [PATCH] docs: add sunset date (#35) --- README.md | 9 +++++++-- docs/README.md | 9 +++++++-- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8c28ea1..69407ef 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,15 @@ ![Alt text](.github/IONOS.CLOUD.BLU.svg?raw=true "Title") + # Go API client for ionoscloud -**NOTE: -_Please consider using SDK Go v6 releases that are using IONOS Cloud API Version 6, the latest stable API version. New features and improvements will be integrated in IONOS Cloud API Version 6._** +**IMPORTANT NOTE**: + +The Go SDK v5 is deprecated and no longer maintained. Please upgrade to v6, which uses the latest stable API version. + +The Go SDK **v5 will reach End of Life by September 30, 2023**. After this date, the v5 API will not be accessible. If you require any assistance, please contact our support team. + An enterprise-grade Infrastructure is provided as a Service (IaaS) solution that can be managed through a browser-based \"Data Center Designer\" (DCD) tool or via an easy-to-use API. diff --git a/docs/README.md b/docs/README.md index 05fd1c3..8af5339 100644 --- a/docs/README.md +++ b/docs/README.md @@ -2,8 +2,13 @@ ## Overview -**NOTE: -_Please consider using SDK Go v6 releases that are using IONOS Cloud API Version 6, the latest stable API version. New features and improvements will be integrated in IONOS Cloud API Version 6._** +**IMPORTANT NOTE**: + +The Go SDK v5 is deprecated and no longer maintained. Please upgrade to v6, which uses the latest stable API version. + +The Go SDK **v5 will reach End of Life by September 30, 2023**. After this date, the v5 API will not be accessible. If you require any assistance, please contact our support team. + +--- The IONOS Cloud SDK for GO provides you with access to the IONOS Cloud API. The client library supports both simple and complex requests. It is designed for developers who are building applications in GO . The SDK for GO wraps the IONOS Cloud API. All API operations are performed over SSL and authenticated using your IONOS Cloud portal credentials. The API can be accessed within an instance running in IONOS Cloud or directly over the Internet from any application that can send an HTTPS request and receive an HTTPS response.