Bale Bot Api Client in Nim 👑
- fast: No mapping or intermidiate representation, just stores
JsonNode
s asdistinct
ones. - free: just define
req
procedure and use it with any HTTP library that you want. seesrc/bale/helper/stdhttpclient.nim
- safe: compile time checks & Auto-completes!!
- extensible: The docs updated or I missed some APIs/fields? No problem! just add your own function becuase it's all
JsonNode
s and functions! - easy to write: There are some alises for fields like
message
asmsg
orid
instead ofupdate_id
field forUpdate
object!
See tests/
at the moment
Docs? Really? Just take a look at src/bale.nim
! It's just one file man!