Obtain a session ID parameter for use with associated method calls.

get_session_id(API_key = NULL)

Arguments

API_key

An API key from Zoopla.

Value

A string - session ID.

References

http://developer.zoopla.com/docs/read/Get_Session_ID

Examples

# NOT RUN {
get_session_id("YOUR_API_KEY")
# }