The starting point for your next project v7.0.0
Current server API:
https://api-dev-minimal-v700.pages.dev
Product
Get all products
GET
/api/product/list
Get product details by ID
GET
/api/product/details?productId=
{productId}
Search product
GET
/api/product/search?query=
{query}
Blog
Get all posts
GET
/api/post/list
Get post details by title
GET
/api/post/details?title=
{title}
Get latest posts
GET
/api/post/latest?title=
{title}
Search post
GET
/api/post/search?query=
{query}