Advertisement
fadlyshafa

Untitled

Nov 9th, 2019
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. get all data klinik, method get :
  2. - https://insani.sintasi.com/api/klinik
  3.  
  4. get all data klinik with paging, method get :
  5. - https://insani.sintasi.com/api/klinik/{limit}
  6.  
  7. store data klinik, method post :
  8. - https://insani.sintasi.com/api/klinik
  9. - body : nama, alamat, no_telp, lat, long, photo
  10.  
  11. get detail data klinik by id, method get :
  12. - https://insani.sintasi.com/api/klinik/{id}
  13.  
  14. update data klinik by id, method put :
  15. - https://insani.sintasi.com/api/klinik/{id}/update
  16. - body : nama, alamat, no_telp, lat, long, photo
  17.  
  18. hapus data klinik by id, method delete :
  19. - https://insani.sintasi.com/api/klinik/{id}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement