From de56bebeb7854db9150b57dd16874057d8f686c1 Mon Sep 17 00:00:00 2001 From: KoalaGeo Date: Thu, 7 Dec 2023 16:07:29 +0000 Subject: [PATCH] Add link to https://agsapi.bgs.ac.uk/ --- README.md | 3 ++- docs/index.md | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index de0b7484..6ed5afe8 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,6 @@ ![GitHub last commit](https://img.shields.io/github/last-commit/BritishGeologicalSurvey/pyagsapi?style=for-the-badge) ![GitHub contributors](https://img.shields.io/github/contributors/BritishGeologicalSurvey/pyagsapi?style=for-the-badge) - A HTTP API for the [AGS Python library](https://gitlab.com/ags-data-format-wg/ags-python-library). It can: @@ -29,6 +28,8 @@ It is built on the FastAPI framework, using the official FastAPI Docker image. The core Python API provides the functionality to validate and convert AGS geotechnical data. From here, standard Python web frameworks like Uvicorn and Starlette provide the web API/wrapper atop the core Python API. +BGS Deployed Instance available at: [https://agsapi.bgs.ac.uk/](https://agsapi.bgs.ac.uk/) + ## Quick start ### Docker diff --git a/docs/index.md b/docs/index.md index a30a4977..6de5e28f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -13,6 +13,8 @@ It is built on the FastAPI framework, using the official FastAPI Docker image. The core Python API provides the functionality to validate and convert AGS geotechnical data. From here, standard Python web frameworks like Uvicorn and Starlette provide the web API/wrapper atop the core Python API. +BGS Deployed Instance available at: [https://agsapi.bgs.ac.uk/](https://agsapi.bgs.ac.uk/) + ## Quick start ### Docker