Krusen/PinSharp

Create Board & Change Title?

GlennIM opened this issue · 1 comments

Is there a method to not only get the pinterest boards but also create boards?

When pinning an image, is there an overloaded method to pass the Title of the pin when the pin is created?

Creating a board:

var board = await pinterestApi.Boards.CreateBoardAsync("name", "description");

I'm not sure you can set the title of a pin besides the note/description.