Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .fern/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"group": "com.whop.api",
"artifact": "whop-java"
},
"originGitCommit": "a26a97d2d8ee29f78819a299712fb3b4086d634e",
"originGitCommit": "348265b135f70060c1ce43c50e4627c092de91e0",
"originGitCommitIsDirty": false,
"invokedBy": "ci",
"requestedVersion": "1.0.11",
"requestedVersion": "1.0.13",
"ciProvider": "unknown",
"sdkVersion": "1.0.11"
"sdkVersion": "1.0.13"
}
16 changes: 16 additions & 0 deletions .fern/replay.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .fernignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
# Specify files that shouldn't be modified by Fern
.fern/replay.lock
.fern/replay.yml
.gitattributes
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.fern/replay.lock linguist-generated=true
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@

[![fern shield](https://img.shields.io/badge/%F0%9F%8C%BF-Built%20with%20Fern-brightgreen)](https://buildwithfern.com?utm_source=github&utm_medium=github&utm_campaign=readme&utm_source=https%3A%2F%2Fgithub.com%2Fwhopio%2Fwhopsdk-java)

The Whop Java library provides convenient access to the Whop APIs from Java.
The Whop SDK gives you typed access to the Whop API. Pass your API key to the client explicitly — the SDK reads no environment variables, so a client built without a key sends unauthenticated requests and the API answers 401.


## Table of Contents

- [Documentation](#documentation)
- [Reference](#reference)
- [Usage](#usage)
- [Environments](#environments)
Expand All @@ -19,6 +21,10 @@ The Whop Java library provides convenient access to the Whop APIs from Java.
- [Access Raw Response Data](#access-raw-response-data)
- [Contributing](#contributing)

## Documentation

API reference documentation is available [here](https://docs.whop.com/api-reference).

## Reference

A full reference for this library is available [here](https://github.com/whopio/whopsdk-java/blob/HEAD/./reference.md).
Expand Down
Loading
Loading