From 3ae45a077d47b1ae4359badd77c2ceb9913b3e77 Mon Sep 17 00:00:00 2001 From: Jelmer de Ronde Date: Mon, 25 Nov 2024 11:27:11 +0100 Subject: [PATCH] Add link to ooapi profile --- connecting-ooapi.endpoints.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/connecting-ooapi.endpoints.md b/connecting-ooapi.endpoints.md index 009b1f8..4f6515c 100644 --- a/connecting-ooapi.endpoints.md +++ b/connecting-ooapi.endpoints.md @@ -17,9 +17,9 @@ Eduxchange utilizes OOAPI for the following processes: - **Gradual Implementation:** Not all required parts of the API need to be implemented simultaneously. - **Initial Step:** Begin by implementing the necessary parts of the OOAPI to showcase educational offerings on Eduxchange. - **Subsequent Enhancements:** Later, you can extend your endpoint to include additional features such as enrollment and grade transmission support. -- **Go Live:** You can only join teh production enviroment after all steps have been completed and all institutions are on the same level. +- **Go Live:** You can only join the production enviroment after all steps have been completed and all institutions are on the same level. -Eduxchange utilizes a subset of the OOAPI specification. The specific parts that need to be implemented are detailed in the Eduxchange profile \[LINK\]. +Eduxchange utilizes a subset of the OOAPI specification. The specific parts that need to be implemented are detailed in the [Eduxchange profile](https://openonderwijsapi.nl/#/technical/consumers-and-profiles/eduxchange). ## Steps to Implement the required OOAPI Endpoint