class Fastly::Client

def post(path, params = {})

def post(path, params = {})
  post_and_put(:post, path, params)
end