https://github.com/thedancercodes/retrofit-send-objects
https://github.com/thedancercodes/retrofit-send-objects
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/thedancercodes/retrofit-send-objects
- Owner: TheDancerCodes
- Created: 2017-07-27T09:13:07.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-27T09:24:31.000Z (almost 9 years ago)
- Last Synced: 2025-02-07T12:46:03.273Z (over 1 year ago)
- Language: Java
- Size: 144 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
]
}`