- Sign in
- Sign Up
- Home
Base Url = https://timelineapi.derazu.tech/
Type | Link | Info |
---|---|---|
get | user | get all user account |
post | user | register user account, param: name, email, username, password |
post | user/login | login user, param: username, password |
get | timeline/{id} | get all timeline with user id |
post | timeline | add timeline based on user id, param: user_id, title, date, content |
post | timeline/{id} | edit timeline based on timeline id, param: user_id, content, date, title |
delete | timeline/{id} | delete timeline based on timeline id |
- M. Panji Wiramanik - (https://github.com/panjiwiramanik)