The APIs are accessible through 1. DCI: standards
To initiate any discussion please visit discussion page.
IMPORTANT NOTES:
- Final release for consuming these APIs (yaml, html) are available in specs/release folder.
- Contribute to DCI standards APIs through pull requests in respective specs/src folder.
- specs/release folder files are auto generated and it's NOT recommended to edit these directly.
- specs/release filder API files are for final consumption by solution providers to make their services compatible with DCI standards.
- Build Instructions
root repo folder
└── release
|
├── html (All redoc generated html files)
├── swagger-ui
└── yaml ( All yaml files bundled from src folder)
└── samples (API samples in json for reference)
└── src
|
├── common
├── header
├── parameter
├── response
├── schema
├── security
├── extensions
├── dci
├── openId
├── fhir
├── cdpi
├── registry
├── schema
├── core
├── civil
├── farmer
├── disability
├── registry_core_api_v1.0.0.yaml
├── registry_civil_api_v1.0.0.yaml
├── registry_nid_api_v1.0.0.yaml
├── registry_farmer_api_v1.0.0.yaml
├── registry_disability_api_v1.0.0.yaml
├── mapper
├── schema
├── core
├── fa
├── mapper_core_api_v1.0.0.yaml
├── disbure
├── schema
├── core
├── disburse_core_api_v1.0.0.yaml
Please raise a pull request to submit any changes.