beberlei / TentPHP

A Tent.io client written in PHP
16 stars 3 forks source link

Mapper for Post Entries #2

Open beberlei opened 11 years ago

beberlei commented 11 years ago

Post Type entries should be mappable to objects. From "getPosts" and "getPost", defaulting to "TentPHP\Post".

UserClient#createPost() and updatePost() should accept arrays as well as Post instances.