=====[Post]=====
"post": "GET /pharmmd/post" --> Display latest update post.
"post": "GET /pharmmd/post?category=news" --> Display latest update post with specific category
"post": "GET /pharmmd/post?page=1" --> Display latest update post (Make easily to create a page)
"post": "GET /pharmmd/post?id=1" --> Display specific post.
"post": "GET /pharmmd/post?visible=guest" --> Display latest update post with specific visibility.
=====[Forum]=====
//TODO Forum API
=====[User]=====
"user": "GET /pharmmd/user" --> Display user data. Sort by ID descending.
"user": "GET /pharmmd/user?id=1" --> Display specific user data.
=====[Miscellaneous]=====
"category": "GET /pharmmd/category" --> Display all available category for post
"visible": "GET /pharmmd/category" --> Display all available visibility for post
//TODO Website's Stats [Need to improve stats mechanic before.]
All available object can query with only 1 specific parameter (except limit and page), select by priority of data.
Like if you query with '/pharmd/user?job=staff&role=admin'. Your query will be in only role. (Role is priority than job)
Default Limitation is 10. Max limit is 100. Can be extended with key define by add '&key=[key]'