self.query_api

This commit is contained in:
Ziyi 2021-04-01 21:57:19 -07:00 committed by CactusPuppy
parent 6b108043e1
commit 83d89fc361
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