added information on supported file types (#30230)

This commit is contained in:
Ashwin Aishvarya Vardhan
2019-01-17 02:25:21 +05:30
committed by Christopher McCormack
parent 16c7794fd7
commit 00aada73e0

View File

@ -143,10 +143,10 @@ The dangerous **5xx** resources!
- **501** Not Implemented. Server lacks the ability to fulfil the request
- **504** Gateway Timeout. Server didn't receive timely response
### Supported file types in REST APIs
REST APIs not only support `xml`, but also support `html`, `json` and `csv`, among other formats. [Wikipedia](https://en.wikipedia.org/wiki/Representational_state_transfer)
### REST API Development Environment and Testing:
Postman is widely used and famous for manual and automated REST/RESTful API Tests.
Link: [Get Postman](https://www.getpostman.com/)