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

https://github.com/thedancercodes/retrofit-send-objects


https://github.com/thedancercodes/retrofit-send-objects

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Retrofit: Send Objects in Request Body

This repo demonstrates how to define and send data within HTTP request body with Retrofit.
Sending data to the server is one of the most fundamental tasks of Retrofit.

### Structure of JSON API Requests

`
{
"name": "Taracha",
"email": "taracha@mymail.ux",
"age": 27
"topics": [
"android",
"hapi"
]
}`