From 0462c099366642afe2f19f15c1925f1cbb2b2e4c Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Wed, 21 Feb 2024 10:08:50 -0500 Subject: [PATCH] general/api: Add link to OCDS guidance --- docs/general/api.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/general/api.rst b/docs/general/api.rst index e0ceb1f..a1bfac4 100644 --- a/docs/general/api.rst +++ b/docs/general/api.rst @@ -9,3 +9,7 @@ Follow best practices for authoring APIs. Some tips: - Use hyphens as separators in paths. - Use status codes. Do not return JSON responses like ``{"status": "ok", "data": {...}}``. See `Choosing an HTTP Status Code — Stop Making It Hard `__. + +.. seealso:: + + OCDS documentation `API access `__ guidance