Compare commits
1 commit
4aad4d1251
...
c95d877e68
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c95d877e68 |
1 changed files with 14 additions and 0 deletions
14
lib/camp_api/grist/fundraising.ex
Normal file
14
lib/camp_api/grist/fundraising.ex
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
defmodule CampApi.Grist.Fundraising do
|
||||||
|
@moduledoc false
|
||||||
|
|
||||||
|
alias CampApi.Grist
|
||||||
|
|
||||||
|
@gauge_doc "wWacvVWE9QtQ"
|
||||||
|
@gauge_table "Dons"
|
||||||
|
|
||||||
|
def get() do
|
||||||
|
{:ok, %{body: %{"records" => records}}} = Grist.get_records(@gauge_doc, @gauge_table)
|
||||||
|
|
||||||
|
records
|
||||||
|
end
|
||||||
|
end
|
||||||
Loading…
Add table
Reference in a new issue