No description
Find a file
2023-10-06 16:42:34 +03:30
src clean example 2023-10-06 14:48:35 +03:30
tests update example 2023-10-06 15:15:39 +03:30
.gitignore first 2023-07-27 19:49:00 +04:30
bale.nimble do not depend on std/httpclient 2023-10-06 14:43:12 +03:30
readme.md Update readme.md 2023-10-06 16:42:34 +03:30

Bale Bot Api Client in Nim 👑

Features

  • fast: No mapping or intermidiate representation, just stores JsonNodes as distinct ones.
  • free: just define req procedure and use it with any HTTP library that you want. see src/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 JsonNodes and functions!
  • easy to write: There are some alises for fields like message as msg or id instead of update_id field for Update object!

How to Use

See tests/ at the moment

Docs

Docs? Really? Just take a look at src/bale.nim! It's just one file man!