flickrex v0.3.0 Flickr.Groups.Members

Summary

Functions

Get a list of the members of a group. The call must be signed on behalf of a Flickr member, and the ability to see the group membership will be determined by the Flickr member’s group privileges

Types

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

Functions

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

Get a list of the members of a group. The call must be signed on behalf of a Flickr member, and the ability to see the group membership will be determined by the Flickr member’s group privileges.

This method requires authentication with “read” permission.

Arguments

  • group_id - (required) Return a list of members for this group. The group must be viewable by the Flickr member on whose behalf the API call is made.

  • membertypes - Comma separated list of member types

    • 2: member
    • 3: moderator
    • 4: admin
    By default returns all types. (Returning super rare member type “1: narwhal” isn’t supported by this API method)

  • per_page - Number of members to return per page. If this argument is omitted, it defaults to 100. The maximum allowed value is 500.

  • page - The page of results to return. If this argument is omitted, it defaults to 1.