self.query_api

This commit is contained in:
Ziyi 2021-04-01 21:57:19 -07:00 committed by CactusPuppy
parent ea681c030c
commit 4afb92596d
No known key found for this signature in database
GPG key ID: 4B33B0A3E15E2C82

View file

@ -8,7 +8,7 @@ class MailblusterManager
}
}
def query_api(method, path, body)
def self.query_api(method, path, body)
#TODO
options = @@auth_headers.merge({
body: body.to_json