polished (version 0.6.1)

add_app: Polished API - Add an App

Description

Polished API - Add an App

Usage

add_app(app_name, app_url = NULL, api_key = get_api_key())

Arguments

app_name

the app name.

app_url

an optional app url. This url will be included in links sent out in invite and email verification emails to redirect your users to your app.

api_key

your Polished API key. Set your polished api key using set_api_key() so that you do not need to supply this argument with each function call.

See Also

get_apps() update_app() delete_app()