Newer
Older
This repository develops a Python Software Development Kit(SDK) which focuses on connecting to OpenCAPIF in a simple way, lowering integration complexity and allowing developers to focus on Network Applications (NetApps) or services development.
OpentCAPIF SDK provides a set of libraries to enable either CAPIF provider and invoker roles, and other functions to simplify procedures calls towards OpenCAPIF entity.
Current version of OpenCAPIF SDK is compatible with following publicly available releases:
- [OpenCAPIF Release 1.0](https://ocf.etsi.org/documentation/v1.0.0-release/)
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# OpenCAPIF SDK Features
- CAPIF_API_Invoker_management API
- Onboard_API_Invoker
- Update_API_Invoker
- Offboard_API_Invoker
- CAPIF_API_Provider_Management_API
- Onboard_API_Provider
- Update_API_Provider
- Offboard_API_Provider
- CAPIF_Discover_Service_API
- Discover_Service_API
- CAPIF_Publish_Service_API
- Publish_Service_API
- Unpublish_Service_API
- Update_Service_API
- Get_Service_API
- Get_All_Service_API
1. [OpenCAPIF SDK Features](./doc/sdk-features.md)
2. [OpenCAPIF SDK Prerequesites](./doc/sdk-prerequesites.md)
3. [OpenCAPIF SDK Installation](./doc/sdk-installation.md)
4. [OpenCAPIF SDK Configuration](./doc/sdk-configuration.md)
5. [OpenCAPIF SDK Usage](./doc/sdk-usage.md)
6. [OpenCAPIF SDK known issues](./doc/sdk-issues.md)