This commit is contained in:
Joshua Perry 2024-11-22 18:41:30 +00:00
parent 5734f13675
commit 682fd5ecd7
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ The main entry point into Radikle is through the `RadicleApi` class. You pass a
val api = RadicleApi("https://api.radicle.xyz").v1() val api = RadicleApi("https://api.radicle.xyz").v1()
// Get a response from / // Get a response from /
val response = v1Api.getRoot() val response = api.getRoot()
``` ```
# Testing # Testing