flickrex v0.3.0 Flickr.Test

Summary

Functions

A testing method which echo’s all parameters back in the response

A testing method which checks if the caller is logged in then returns their username

Types

args()
args() :: Keyword.t
client()
client() :: Flickrex.Client.t
response()
response() :: Flickrex.Parser.response

Functions

echo(client, args \\ [])
echo(client, args) :: response

A testing method which echo’s all parameters back in the response.

This method does not require authentication.

Arguments

login(client, args \\ [])
login(client, args) :: response

A testing method which checks if the caller is logged in then returns their username.

This method requires authentication with “read” permission.

Arguments

null(client, args \\ [])
null(client, args) :: response

Null test

This method requires authentication with “read” permission.

Arguments