REST Clients in browser

Top 3 REST clients for Chrome: PostMan, Advanced REST Client, DHC Rest Client.

+ Recommended for non-Developers (QA, BA, end-users, …) : DHC REST Client.

+ Recommended for Developers (coders, programmers, …) : PostMan.

.

Top 3 REST clients for Firefox: Poster, REST Easy, RESTClient.

+ Recommended for non-Developers (QA, BA, end-users, …) : Poster.

+ Recommended for non-Developers (QA, BA, end-users, …) : RESTClient.

.

Top 3 REST clients for IE: not recommended any by me (forget it).

So, just use curl to get used to with the command line !

(Windows users: download MingW version curl and run full path or use %PATH%

Example:

C:\> curl.exe https://jsonplaceholder.typicode.com/posts/1
C:\> curl.exe https://jsonplaceholder.typicode.com/posts/1
C:\> C:\opt\curl-7.50.3-win64-mingw\bin\curl.exe https://jsonplaceholder.typicode.com/posts

)

 

.

Bonus: Chrome extensions to view JSON format: JsonView, JSON Formatter (or PrettyJSON, JSON Prettifier), or Developer Tools prettify {} .

 

 

./.

About DucQuoc.wordpress.com

A brother, husband and father...
This entry was posted in Coding, Top5. Bookmark the permalink.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s