Post entity & add post API
Closed this issue · 0 comments
thanhpp commented
Post entity:
- ID
- Creator
- Content
- Media
Requirements:
- Maximum: 4 images or 1 video
- Content limit: 500 words
- Images: <= 4MB, no gif
- Video: <= 10MB, >= 1s, <= 10s
Add post API
- Request
- token: required
- described: required
- image: optional
- video: optional (can be URL) ?
- Respone
- code
- message
- data:
- id
- url ???