Commit 0f67d67c authored by JorgeEcheva26's avatar JorgeEcheva26
Browse files

detail in readme file

parent 3eaa4779
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ This document serves as the [main bootstrap reference](#networkapp-developer-pat
    │   └── network_app_provider_sample
    ├── samples
    ├── scripts
    ├── sdk
    ├── opencapif_sdk
    └── test

- [config](./config/): contains OpenCAPIF SDK configuration files samples. These samples illustrate the structure of the configuration files ir order to use SDK properly. Go to the [configuration section](./doc/sdk_configuration.md) for more details,
@@ -53,7 +53,7 @@ This document serves as the [main bootstrap reference](#networkapp-developer-pat
- [network_app_samples](./network_app_samples/): this folder contains both provider and invoker Network App samples explained further in this document at [network app developer path](#network-app-developer-path),
- [samples](./samples/): contains sample files related to SDK configuration, API definitions and SDK configuration via environment variables,
- [scripts](./scripts/): single scripts to individually test functionality though command line. For more information on how to use these go to the [full documentation section](./doc/sdk_full_documentation.md),
- [sdk](./sdk/): where SDK code is stored,
- [opencapif_sdk](./opencapif_sdk/): where SDK code is stored,
- [test](./test/): contains a file named test.py containing tests to ensure all SDK flows work properly.

# Network App developers