Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/botanio/sdk
/ functions
Functions
38 in github.com/botanio/sdk
⨍
Functions
38
◇
Types & classes
15
↓ 5 callers
Method
testCompleted
(final int statusCode, final String body)
java/sdk/src/test/java/io/botan/sdk/BotanTest.java:30
↓ 2 callers
Method
Track
(uid int, message interface{}, name string)
go/botan.go:40
↓ 2 callers
Method
new
Creates a new entry point to Botan API
rust/src/lib.rs:74
↓ 2 callers
Method
request
($url, $body)
Botan.php:79
↓ 2 callers
Method
track
(token, uid, message, name = 'Message')
botan.rb:14
↓ 2 callers
Method
track
(final String token, final String uid,
java/sdk/src/main/java/io/botan/sdk/Botan.java:41
↓ 1 callers
Method
TrackAsync
(uid int, message interface{}, name string, f func(Answer, []error))
go/botan.go:56
↓ 1 callers
Method
completed
(final HttpResponse response)
java/sdk/src/main/java/io/botan/sdk/Botan.java:75
↓ 1 callers
Function
createRequest
(getp sender, payload interface{})
go/botan.go:23
↓ 1 callers
Method
getHTTPResponseCode
($headers)
Botan.php:70
↓ 1 callers
Method
getValue
()
java/sdk/src/test/java/io/botan/sdk/BotanTest.java:110
↓ 1 callers
Method
prepare_request
(&self, uid: i32, name: &str, message: &M)
rust/src/lib.rs:97
↓ 1 callers
Method
track
Send tracking information associated with user Parameters: uid: Supposed to be a telegram user id name: Event name message: Any object that can be e
rust/src/lib.rs:91
Method
Bean
(final String type, final int value)
java/sdk/src/test/java/io/botan/sdk/BotanTest.java:105
Method
Botan
(final HttpAsyncClient client, final ObjectMapper mapper)
java/sdk/src/main/java/io/botan/sdk/Botan.java:36
Method
BotanException
(final String message)
java/sdk/src/main/java/io/botan/sdk/BotanException.java:10
Function
New
(token string)
go/botan.go:36
Method
__construct
($token)
Botan.php:40
Method
cancelled
()
java/sdk/src/main/java/io/botan/sdk/Botan.java:102
Method
correctResponseHandled
()
java/sdk/src/test/java/io/botan/sdk/BotanTest.java:59
Method
failed
(final Exception e)
java/sdk/src/main/java/io/botan/sdk/Botan.java:97
Method
getType
()
java/sdk/src/test/java/io/botan/sdk/BotanTest.java:114
Method
invalidJsonHandledCorrectly
()
java/sdk/src/test/java/io/botan/sdk/BotanTest.java:64
Function
main
()
rust/examples/simple.rs:13
Function
main
()
go/examples/main.go:14
Method
make_request
(request: BotanRequest)
rust/src/lib.rs:114
Method
non200StatusHandledCorrectly
()
java/sdk/src/test/java/io/botan/sdk/BotanTest.java:91
Method
set_url
Sets custom url to botan.io api server
rust/src/lib.rs:79
Method
shortenUrl
($url, $user_id)
Botan.php:60
Function
shorten_url
Shorten URL for specified user of a bot
botan.py:36
Function
shorten_url
(url, botan_token, user_id, loop=None)
botan_async.py:34
Method
simpleAPIRequestShouldNotFail
()
java/sdk/src/test/java/io/botan/sdk/BotanIT.java:15
Function
test_is_default_url_correct
()
rust/src/lib.rs:151
Function
track
(token, uid, message, name='Message')
botan.py:18
Function
track
(token, uid, message, name='Message', loop=None)
botan_async.py:21
Method
track
($message, $event_name = 'Message')
Botan.php:47
Method
treat_response
(response: BotanResponse)
rust/src/lib.rs:133
Method
unexpectedJsonHandledCorrectly
()
java/sdk/src/test/java/io/botan/sdk/BotanTest.java:74