Skip to content

eka-care/ekacare-java-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EkaCare Java SDK

This document outlines the structure of the Java SDK for EkaCare API.

Package Structure

care.eka
├── EkaCareClient.java             # Main client class
├── auth
│   └── Auth.java                  # Authentication module
├── abdm
│   └── Profile.java               # ABDM Profile module
├── records
│   └── Records.java               # Records management
├── tools
│   └── EkaFileUploader.java       # File upload utilities
├── vitals
│   └── Vitals.java                # Vitals management
└── utils
    ├── Constants.java             # SDK constants
    └── exceptions
        ├── EkaCareError.java      # Base exception
        ├── EkaCareAPIError.java   # API errors
        ├── EkaCareAuthError.java  # Authentication errors
        ├── EkaCareValidationError.java  # Validation errors
        └── EkaCareResourceNotFoundError.java  # Not found errors

Dependencies

The SDK will use the following dependencies:

  • OkHttp for HTTP requests
  • Jackson for JSON processing
  • AWS SDK for S3 (for multipart uploads)
  • SLF4J for logging

About

EkaCare Java SDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •