diff --git a/README.md b/README.md index 370d838b07fa50d9ef59e7d015fa786b8a82ab72..b7d5e58a137bd6e1d41618b02350a50aa5f61063 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,13 @@ For performing this path it is necesary to: 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 + +<p align="center"> + <img src="./doc/images/capif-provider-details-example.png" alt="example" width="400"/> + <img src="./doc/images/publish_req-example.png" alt="config-example" width="400"/> +</p> + 3. Run publish_services()  \ No newline at end of file diff --git a/config/config.json b/config/config.json index 98b2a1aa12b71129c4a45ee6489b0b7dc8e76912..b842e19981d1f3c9ee8460a4634529bebc273c8e 100644 --- a/config/config.json +++ b/config/config.json @@ -34,9 +34,9 @@ "service-kpis": "" }, "publish_req" : { - "service_api_id":"addd0af19a424e54c87fc8b1fe4fba", - "publisher_apf_id":"APFd7feeefab02e127ec6817e7cda9ac7", - "publisher_aefs_ids":["AEFb1f5ab26a98e3c24d5dfad26507a28","AEFb0fa4e048bea75f0f335cfa8b2a0aa"] + "service_api_id":"", + "publisher_apf_id":"APFf02496247da926df31ebeaf0e513d7", + "publisher_aefs_ids":["AEF859e36f7e3f11818650fdafa16a0c7","AEF44d5838a3884f4885cb8e6ffc98f41"] }, "api_description_path":"/Users/IDB0128/git_repos/pesp_capif_sdk/samples/provider_api_description_sample.json" } \ No newline at end of file diff --git a/doc/images/capif-provider-details-example.png b/doc/images/capif-provider-details-example.png new file mode 100644 index 0000000000000000000000000000000000000000..a22b797c2bd2328a0b0e63bdedad98e6b46e94ff Binary files /dev/null and b/doc/images/capif-provider-details-example.png differ diff --git a/doc/images/publish_req-example.png b/doc/images/publish_req-example.png new file mode 100644 index 0000000000000000000000000000000000000000..ace48252f76e40edebbfe82717a010009d87851a Binary files /dev/null and b/doc/images/publish_req-example.png differ diff --git a/samples/provider_api_description_sample.json b/samples/provider_api_description_sample.json index 016a34d2e9a31d9af9b4d461a4ce66ebb6cec23f..675c8132273bb6a047add50d15bb1e5e9db5b4e2 100755 --- a/samples/provider_api_description_sample.json +++ b/samples/provider_api_description_sample.json @@ -2,7 +2,7 @@ "apiName": "Api-de-prueba-2", "aefProfiles": [ { - "aefId": "AEFb1f5ab26a98e3c24d5dfad26507a28", + "aefId": "AEF859e36f7e3f11818650fdafa16a0c7", "versions": [ { "apiVersion": "v1", @@ -61,7 +61,7 @@ ] }, { - "aefId": "AEFb0fa4e048bea75f0f335cfa8b2a0aa", + "aefId": "AEF44d5838a3884f4885cb8e6ffc98f41", "versions": [ { "apiVersion": "v1",