Liking cljdoc? Tell your friends :D

telegrambot-lib.http

Formats and sends the http request to the Telegram Bot API.

Formats and sends the http request to the Telegram Bot API.
raw docstring

bot-apiclj

Telegram Bot API URL.

Telegram Bot API URL.
sourceraw docstring

clientcljmultimethod

Send http requests to the url. Methods supported:

  • post
Send http requests to the url. Methods supported:
- post
sourceraw docstring

gen-urlclj

(gen-url this path)

Generate the url to use for the http call, given the method path.

Generate the url to use for the http call, given the method `path`.
sourceraw docstring

parse-respclj

(parse-resp resp)

Parse the json response body into a keywordized map.

Parse the json response body into a keywordized map.
sourceraw docstring

requestclj

(request this path)
(request this path content)

Send the request to the http path with optional content.

Send the request to the http `path` with optional `content`.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close