From c0f883bdb9a19de7800e8ed5c9073f7f270674f2 Mon Sep 17 00:00:00 2001 From: Vivek Mohanty Date: Sun, 12 May 2024 00:42:00 +0530 Subject: [PATCH] Update README.md --- README.md | 30 ++++++++++++++++++++++++------ 1 file changed, 24 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index dbbf86e..ea00a07 100644 --- a/README.md +++ b/README.md @@ -21,21 +21,39 @@

+## Features + +- Fetching Users +- Fetching Dataset_values +- Fetching Accounts ## Getting Started +To get started with the EIC REST SDK, follow these steps: + +### Prerequisites +- Java Development Kit (JDK) version 8 +- Apache Maven +- Update your Maven settings.xml file to include credentials for GitHub Packages, if you haven't already done so. You can follow the [GitHub documentation](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry) for instructions on how to set up authentication for GitHub Packages in Maven. + +### Installation +You can include the EIC REST SDK in your Maven project by adding the following dependency to your `pom.xml` file: + +```xml + + io.github.vivek9237.eic.restsdk + eic-sdk-java + 1.0-SNAPSHOT + +``` +> **_NOTE:_** For more information, see [EIC=SDK-JAVA Package](https://github.com/vivek9237/eic-sdk-java/packages/2144093) -## Environment Variables +### Environment Variables To run this project, you will need to add the following environment variables to your .env file - `EIC_TENANT` EIC tenant name - `EIC_REFRESH_TOKEN` EIC API Refresh Token -## Features - -- Fetching Users -- Fetching Dataset_values -- Fetching Accounts ## Sample SDK Usage ### Sample Java program