Skip to content

Latest commit

 

History

History
69 lines (35 loc) · 2.5 KB

CHANGELOG.md

File metadata and controls

69 lines (35 loc) · 2.5 KB

🕓 Change log

Added : blog posts locale

August 18, 2019 : Blog posts can now be in different languages. For the moment, only french and english are supported.

Updated : return data clarification

May 30, 2018 : All returned data is now in a data list / object.

Added : Get all users

May 30, 2018 : Users with the USER_WRITE permission can now get all other users. Details

Added : Blog posts endpoint

May 30, 2019 : You can now access to blog posts via a new endpoint. Details

Added : Arduino projects endpoint

April 9, 2019 : The API now includes the future Arduino projects hub. Details

Changed : Optional fields

April 9, 2019 : All the fields in some PATCH requests are now optional, meaning that you can only include fields that you're going to edit.

Affecting : Edit user's profile, Edit post.

Added : User's informations with post

April 9, 2019 : when a post is returned, all the users informations are returned.

Affecting : Post resource

Added : Get user's permissions

January 5, 2018 : getting user's permissions is now in /users/{username/permissions and requires USER_WRITE permission. Details

Affecting : Get user

Changed : avatar is now picture

January 5, 2018 : user field avatar has been renamed into picture. Details

Affecting : Get user, Edit user's profile

Added : /users/{username}/permissions

January 5, 2018 : added the possibility to edit user's permissions. Details

Added : USER_WRITE and BLOG_WRITE permissions

January 5, 2018 : updated permissions list to add these two permissions. Details

Updated : Modify user request's parameters change

January 5, 2018 : avatar added and email removed.

Breaking change : Auth now in a header

September 24, 2018 : The token should be passed in the Authorization header of the request.

Removed : Access to all users

September 8, 2018 : The /users endpoint with GET method is no longer available.

Breaking change : root is now /v1

September 7, 2018 : To have more clarity, the root URL is no longer /api, but /v1.