https://github.com/mityasaray/clojure-tdlib-json
Its a wrapper around tdlib json client
https://github.com/mityasaray/clojure-tdlib-json
clojure tdlib-json-client
Last synced: 10 months ago
JSON representation
Its a wrapper around tdlib json client
- Host: GitHub
- URL: https://github.com/mityasaray/clojure-tdlib-json
- Owner: MityaSaray
- License: epl-2.0
- Created: 2019-05-17T16:23:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-27T20:51:44.000Z (over 4 years ago)
- Last Synced: 2025-02-17T20:21:15.350Z (11 months ago)
- Topics: clojure, tdlib-json-client
- Language: Clojure
- Homepage:
- Size: 40 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# tdlib-json-clojure
A Clojure library designed to be a wrapper around tdlib json client using JNA.
Prerequisites are described in [tdlib](https://github.com/tdlib/td) repository.
Also [Leiningen](https://leiningen.org/) .
Clojars `[tdlib-json-wrapper "0.4.1"]`
**Working with library itself**
Examples are provided in example.clj file