Skip to content

Latest commit

 

History

History
113 lines (95 loc) · 6.3 KB

rest-client.md

File metadata and controls

113 lines (95 loc) · 6.3 KB

Bookmarks tagged [rest-client]

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

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


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

HTTP client and framework for consuming RESTful web services.


https://github.com/kriswallsmith/buzz

Another lightweight HTTP client.


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

Simplified, lightweight HTTP client library.


https://github.com/mgonto/restangular

AngularJS service to handle REST API properly and easily.


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

JS client for interacting with server-side RESTful resources.


https://github.com/basti1302/traverson

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


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

Generates static client libs for js.


https://github.com/axios/axios

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


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...
  • 📆 published on: 2015-03-30
  • tags: rest-client, jersey

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

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


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

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


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...


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...


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