auth_name function

Authentication

Authentication

A method for setting your Wufoo Name and API Key. Your Wufoo name is the subdomain of your Wufoo URL displayed in "Account" tab. For example, for http://johnmalc.wufoo.com, the Wufoo_Name = "johnmalc". This can be the company's name too, e.g. http://google.wufoo.com

Your API key may be found by selecting "Share" of your form, then "API Information" (or go to https://yourName.wufoo.com/api/code/1/.

auth_name(x) auth_key(x)

Arguments

  • x: - an empty parameter, e.g. NULL

Note

Wufoo currently restricts free API usage to 100 requests per day.

Examples

options(Wufoo_Name = "johnmalc", Wufoo_API = "F1QH-Q64B-BSBI-JASJ")

Author(s)

The code for these methods has been developed by Scott Chamberlain https://github.com/sckott for his https://github.com/ropensci/rnoaa package.

  • Maintainer: John Malc
  • License: Apache License 2.0
  • Last published: 2020-04-11