Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 353 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 353 Bytes

REST_API

Learning HTTP API testing using Postman

https://web.postman.co/

When you want to post some data; POST > Body > raw > { "username": "bytenari", "text": "Hello", "roomname": "Submit" }

test: try to GET detailed weather of Seoul info from openwathermap (https://openweathermap.org/current#cityid) using browser or postman