Skip to content

cidverse/cid-sdk-java

Folders and files

NameName
Last commit message
Last commit date
Aug 14, 2024
Feb 25, 2025
Aug 5, 2023
Nov 21, 2022
Nov 21, 2022
Nov 21, 2022
Feb 6, 2025
Feb 18, 2023
Feb 25, 2025
Jul 11, 2024
May 6, 2023
Nov 21, 2022

Repository files navigation

CID - Java SDK

java sdk for cid

Configuration

The SDK will detect the endpoint (unix socket or http api) automatically when initialized as part of a action or workflow run based on the follwing envionrment properties:

Property Description
CID_API_SOCKET unix socket file
CID_API_ADDR http endpoint
CID_API_SECRET temporary api key to securely access the api

For local testing run cid api and set CID_API_ADDR to http://localhost:7400.

Code Example

License

Released under the MIT License.