Description Usage Arguments Details Value See Also Examples
Get the Trac login cookie
1 2 | trac_login(path, usr = getenv("TRAC_USER"), psw = getenv("TRAC_PSW"),
auth_type = "basic", ...)
|
path |
path part of URL, passed to |
usr, psw, auth_type |
user name, password and authentication type, passed
to |
... |
other arguments passed to |
Get the login cookie invisibly. Package httr preserves cookies across requests to the same website, so they will be used automatically.
The response, as returned by GET
, invisibly.
Other Trac accessors: api_url
,
get_trac_milestones
,
get_trac_tickets
, trac_api
1 2 3 4 | ## Not run:
trac_login("login")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.