From 0fb9795e4448c69f385778dc67b8747f50c8da72 Mon Sep 17 00:00:00 2001 From: argyris-gardelakos Date: Fri, 1 Apr 2022 16:38:57 +0300 Subject: [PATCH 1/2] updated README file --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 13e7083..3de861f 100644 --- a/README.md +++ b/README.md @@ -216,3 +216,11 @@ To run the tests, set the `VARSOME_API_KEY` environment variable to your API tok tests will fail because the API will return a 401 (not authenticated) error. Be advised as well that running the tests will count towards your account request limit depending on the API package you are subscribed to. + +### Staging-api environment + +The staging-api.varsome.com environment is a free usage test environment for subscribers. It is the perfect environment for evaluating the performance of the API. It is updated on an adhoc basis at our discretion, either together with live or possibly ahead of live in order to test upcoming new features. + +It contains a substantial, but partial, data-set. Additionally it is throttled and is limited in the types of queries you can run. For example, it allows for only a limited number of samples and a limited size of data. + +Please note: For this reason API queries performed against the staging environment within the client may not always run correctly or may produce different results to the production environment. From 0cea97f915049fa397ba7f045e1537453275ee3b Mon Sep 17 00:00:00 2001 From: argyris-gardelakos Date: Fri, 1 Apr 2022 16:42:48 +0300 Subject: [PATCH 2/2] added bold note --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3de861f..5be4707 100644 --- a/README.md +++ b/README.md @@ -223,4 +223,4 @@ The staging-api.varsome.com environment is a free usage test environment for sub It contains a substantial, but partial, data-set. Additionally it is throttled and is limited in the types of queries you can run. For example, it allows for only a limited number of samples and a limited size of data. -Please note: For this reason API queries performed against the staging environment within the client may not always run correctly or may produce different results to the production environment. +**Please note: For this reason API queries performed against the staging environment within the client may not always run correctly or may produce different results to the production environment.**