rest-client.md

July 15, 2021 · View on GitHub

Bookmarks tagged [rest-client]

www.codever.land/bookmarks/t/rest-client

Kong/insomnia

https://github.com/Kong/insomnia

Insomnia is a cross-platform REST client, built on top of Electron.


REST Client - Visual Studio Code Extension

https://marketplace.visualstudio.com/items?itemName=humao.rest-client

Extension for Visual Studio Code - REST Client for Visual Studio Code


Guzzle

http://guzzle.readthedocs.org/en/latest/

HTTP client and framework for consuming RESTful web services.


Buzz

https://github.com/kriswallsmith/buzz

Another lightweight HTTP client.


unirest for PHP

https://github.com/Mashape/unirest-php

Simplified, lightweight HTTP client library.


restangular

https://github.com/mgonto/restangular

AngularJS service to handle REST API properly and easily.


restful.js

https://github.com/marmelab/restful.js

JS client for interacting with server-side RESTful resources.


traverson

https://github.com/basti1302/traverson

A Hypermedia API/HATEOAS Client for Node.js and the Browser


raml-client-generator

https://github.com/mulesoft/raml-client-generator

Generates static client libs for js.


GitHub - axios/axios home page

https://github.com/axios/axios

Promise based HTTP client for the browser and node.js - axios/axios


How To Use Jersey Client Efficiently

https://blogs.oracle.com/japod/how-to-use-jersey-client-efficiently

In this blog post, i would like to introduce some tips to avoid unnecessary memory allocation and also to save some CPU cycles to achieve better throughput.

  • Tip 1: Be careful when updating WebTarge...
  • :calendar: published on: 2015-03-30
  • tags: rest-client, jersey

RESTEasy Client API

https://www.baeldung.com/resteasy-client-tutorial

A quick guide to building out a client for the REST API using RESTEasy.


Intro to Feign

https://www.baeldung.com/intro-to-feign

This article introduces Feign, a declarative HTTP client that simplifies implementation and maintaining efforts


Feign

https://github.com/OpenFeign/feign

Feign makes writing java http clients easier.

Feign is a Java to HTTP client binder inspired by Retrofit, JAXRS-2.0, and WebSocket. Feign's first goal was reducing the complexity of binding Denomina...


Tolerant Reader

https://martinfowler.com/bliki/TolerantReader.html

In the case of collaborating services, one of the stickiest points is evolution. Although there are some people who believe that you should just get your service definitions right first time so you ne...


Introduction | RESTfu­­l Jav­a­ wit­h ­JAX­-­­RS 2.­0­ (Second Edition)

https://dennis-xlc.gitbooks.io/restful-java-with-jax-rs-2-0-2rd-edition/en/index.html

Complete JAX-RS 2.0 book - lots of useful examples