Skip to content

Commit

Permalink
removed telegram
Browse files Browse the repository at this point in the history
  • Loading branch information
awb99 committed Jun 17, 2024
1 parent 18aa53b commit 548a154
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 146 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

## Email Sending

## Telegram Messenging

# demo

Expand All @@ -38,7 +37,7 @@ clj -X:run:rest-xero
clj -X:run:rest-woo
clj -X:run:rest-email
clj -X:run:rest-telegram
; infer schema from rest-api-response (useful to quickly create api schema)
clj -X:run:rest-schema
Expand Down
1 change: 0 additions & 1 deletion demo/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
:rest-google {:exec-args {:provider :google}}

:rest-email {:exec-args {:provider :email}}
:rest-telegram {:exec-args {:provider :telegram}}

:rest-woo {:exec-args {:provider :woo}}
;:rest-wordpress {:exec-args {:provider :wordpress}} ; wordpress does not work
Expand Down
2 changes: 0 additions & 2 deletions demo/src/demo.clj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
; [rest.wordpress :refer [wordpress]]
; rest via libs
[rest.email :refer [email]]
[rest.telegram :refer [telegram]]
; helper functions
[rest.schema :refer [infer-schema]]
[rest.paging :refer [paging-xero]]
Expand All @@ -24,7 +23,6 @@
:google (google)
:github (github)
:email (email)
:telegram (telegram)
:woo (woo)
:pets (pets)
; :wordpress (wordpress)
Expand Down
22 changes: 0 additions & 22 deletions demo/src/rest/telegram.clj

This file was deleted.

9 changes: 1 addition & 8 deletions rest/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,8 @@
com.github.oliyh/martian-clj-http {:mvn/version "0.1.20"}

com.draines/postal {:mvn/version "2.0.5"} ; smtp email
telegrambot-lib/telegrambot-lib {:mvn/version "2.0.0" ; "1.5.0" ; 2.0.0 no longer has logback.
;:exclusions [ch.qos.logback/logback-classic]
} ; telegram

org.pinkgorilla/modular {:mvn/version "0.0.39"}
org.pinkgorilla/oauth2 {:mvn/version "0.0.14"}

}

org.pinkgorilla/oauth2 {:mvn/version "0.0.14"}}

:aliases
{:outdated {:extra-deps {com.github.liquidz/antq {:mvn/version "RELEASE"}}
Expand Down
30 changes: 0 additions & 30 deletions rest/src/modular/rest/lib/telegram.clj

This file was deleted.

81 changes: 0 additions & 81 deletions src-unused/telegram.clj

This file was deleted.

0 comments on commit 548a154

Please sign in to comment.