It is mandatory to have [onboarded as a provider](#onboard_provider--script-provider_capif_connectorpy) before
SDK simplifies the process of publishing an API in CAPIF. Besides, it also provides the ability to chose which APF and AEFs will be used to publish the API.
It is mandatory to be [onboarded as a provider](#onboard_provider--script-provider_capif_connectorpy):
Simplifies the process of deleting an API available in CAPIF:
SDK simplifies the process of deleting an API available in CAPIF.
It is mandatory to have onboarded as a [provider](#onboard_provider--script-provider_capif_connectorpy) before and to have [published any service](#publish_services--script-provider_publish_apipy) before
@@ -89,9 +98,13 @@ It is mandatory to have onboarded as a [provider](#onboard_provider--script-prov
Simplifies the process of updating an API. Also has the capability to chose which APF and AEF's will be used to update the API.
SDK simplifies the process of updating an API already registered at CAPIF. It also supports selecting which APF and AEFs will be used to update the API.
It is mandatory to have onboarded as a [provider](#onboard_provider--script-provider_capif_connectorpy) before and to have [published any service](#publish_services--script-provider_publish_apipy) before
@@ -100,9 +113,13 @@ It is mandatory to have onboarded as a [provider](#onboard_provider--script-prov
SDK simplifies the process of receiving the information of one service published previously in published-apis.json
It is mandatory to have onboarded as a [provider](#onboard_provider--script-provider_capif_connectorpy) before and to have [published any service](#publish_services--script-provider_publish_apipy) before
@@ -110,9 +127,13 @@ It is mandatory to have onboarded as a [provider](#onboard_provider--script-prov
Simplifies the process of receiving the information of all available services published previously in published-apis.json
SDK simplifies the process of receiving the information of all available services published previously in published-apis.json
It is mandatory to have onboarded as a [provider](#onboard_provider--script-provider_capif_connectorpy) before and to have [published any service](#publish_services--script-provider_publish_apipy) before
@@ -121,11 +142,13 @@ It is mandatory to have onboarded as a [provider](#onboard_provider--script-prov
This functionality simplifies the way of getting created their properly security context for each of the services and acquiring the access token to use the final APIs.
This functionality simplifies the process of creating a security context based on JWT tokens in CAPIF, allowing to access the target APIs.
This functionality **requires** to to have onboarded as a [invoker](#onboard_invoker--script-invoker_capif_connectorpy) before and run the [discover](#discover--script-invoker_service_discoverpy) function at least once before.
This functionality **requires** to to be onboarded as a [invoker](#onboard_invoker--script-invoker_capif_connectorpy) before and run the [discover](#discover--script-invoker_service_discoverpy) function at least once before.