Created
July 1, 2020 13:36
-
-
Save velotiotech/d61a3c93874d406886c67887b9dc5bce to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HTTP POST <hostname:port>/store/mobile/ | |
{ | |
"name": "Motorola G5", | |
"model": "XT3300", | |
"release_date": "2016-01-01", | |
"features": "16 GB ROM | Expandable Upto 128 GB | 5.2 inch Full HD Display | 12MP Rear Camera | 5MP Front Camera | 3000 mAh Battery | Snapdragon 625 Processor", | |
"ram_gb": "3", | |
"screen_size_inches": "5.2" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment