Skip to content

Commit

Permalink
Updating readme (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholas-chiu authored Dec 11, 2024
1 parent d06b5c7 commit e6a158c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,27 @@ public class Example {

```

## Checking Credentials

If you would like to test your credentials using our functionality tests you can do the following.

Navigate to the folder where the package is installed. In the command line run:

```sh
export API_HOST="{host}"
export API_KEY="{key}"
```

Replacing {host} and {key} with the credentials you were given. Make sure to include the quotation marks.

Then while inside the package folder, run:

```sh
mvn test
```

You should be able to see the tests run.

## Documentation for API Endpoints

All URIs are relative to *https://api.lilt.com*
Expand Down

0 comments on commit e6a158c

Please sign in to comment.