An open API service indexing awesome lists of open source software.

https://github.com/nameisjayant/retofit-http-request-get-post-delete-put-in-android


https://github.com/nameisjayant/retofit-http-request-get-post-delete-put-in-android

android api coroutines flow http kotlin request restapi retrofit2

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# Retofit-http-request-GET-POST-DELETE-PUT-in-android

Hey guys in this project we will learn how to do get,push,delete update data through real api ..

Api Link = https://dtc-api.herokuapp.com/bus/


  • Get = /bus



  • Post = /bus



  • update = /bus/{bus_Id}



  • delete = /bus/{bus_id}