From 136339e5cda3e2e47ec4da037596cd797b40dd92 Mon Sep 17 00:00:00 2001 From: JorgeEcheva26 <jorge.echevarriauribarri.practicas@telefonica.es> Date: Tue, 24 Sep 2024 12:06:18 +0200 Subject: [PATCH] api_description_path --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b7d5e58..5029b91 100644 --- a/README.md +++ b/README.md @@ -71,11 +71,13 @@ For performing this path it is necesary to: ## As a provider +For performing this path it is necesary to: + 1. Create a provider object -> CAPIFProviderConnector(config_file=utilities.get_config_file()) 2. Run onboard_provider() -3. Look for the provider api details on the username folder, choose the APF and AEFs identificators and fullfill the publish_req structure +3. Look for the provider api details on the username folder, choose the APF and AEFs identificators and fullfill the publish_req structure and the api_description_path <p align="center"> <img src="./doc/images/capif-provider-details-example.png" alt="example" width="400"/> -- GitLab