-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add user exists endpoint to SDK (#20)
* Add user exists endpoint to SDK * POST -> PUT * fix text * Bump version
- Loading branch information
1 parent
bd959ba
commit 79abdf3
Showing
5 changed files
with
308 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ The [Corbado](https://www.corbado.com) Go SDK provides convenient access to the | |
Use the following command to install the Corbado Go SDK: | ||
|
||
```bash | ||
go get github.com/corbado/[email protected].0 | ||
go get github.com/corbado/[email protected].3 | ||
``` | ||
|
||
### Usage | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.