friendlypins.board module¶
Primitives for interacting with Pinterest boards
-
class
friendlypins.board.Board(url, rest_io, json_data=None)[source]¶ Bases:
friendlypins.utils.base_object.BaseObjectAbstraction around a Pinterest board
- Parameters
-
property
creation_date¶ when this board was created
- Type
-
static
default_url(unique_id)[source]¶ Generates a URL for the REST API endpoint for a board with a given identification number
-
property
pins¶ pins linked to this board
- Yields
Pin – generator that lazy loads the definitions for every pin on this board