Select Git revision
provider_update_api.py
#8)
Jorge Echevarria Uribarri authored and
GitHub
committed
PR: * SDK packaging in pypi repositories to install via pip opencapif_sdk atifact and simple import commands, * OpenCAPIF SDK installation process clarified and updated, * Pictures of OpenCAPIF flows adjusted, * Updated scripts and test to new installation process, * Updated general documentation, * Small mistakes and typos fixed. --------- Co-authored-by:Daniel García <daniel.garciasanchez@telefonica.com> Co-authored-by:
JorgeEcheva26 <jorge.echevarriauribarri.practicas@telefonica.es>
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
provider_update_api.py 388 B
import utilities
from sdk import capif_provider_connector
def showcase_capif_nef_connector():
"""
"""
capif_connector = capif_provider_connector(config_file=utilities.get_config_file())
capif_connector.update_service()
print("COMPLETED")
if __name__ == "__main__":
# Register a NEF to CAPIF. This should happen exactly once
showcase_capif_nef_connector()