Skip to content

Commit

Permalink
Update CFT-3263: v19 API version deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
themark147 committed Dec 17, 2024
1 parent 6f78fb6 commit feb8cef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
/src/keboola/facebook/api/sandbox.clj
/.fbtokens-env
*tern-port
.idea
2 changes: 1 addition & 1 deletion src/keboola/facebook/api/request.clj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[keboola.docker.runtime :as runtime]))

(def graph-api-url "https://graph.facebook.com/")
(def default-version "v18.0")
(def default-version "v20.0")

(s/fdef make-url
:args (s/or :path-only (s/cat :path string?)
Expand Down

0 comments on commit feb8cef

Please sign in to comment.