Bookmarks tagged [rest-client]
https://github.com/Kong/insomnia
Insomnia is a cross-platform REST client, built on top of Electron.
- tags: rest-client, graphql, rest
- source code
https://marketplace.visualstudio.com/items?itemName=humao.rest-client
Extension for Visual Studio Code - REST Client for Visual Studio Code
- tags: visual-studio-code, rest, rest-client
- source code
http://guzzle.readthedocs.org/en/latest/
HTTP client and framework for consuming RESTful web services.
- tags: rest, rest-client, php
https://github.com/kriswallsmith/buzz
Another lightweight HTTP client.
- tags: rest, rest-client, php
- source code
https://github.com/Mashape/unirest-php
Simplified, lightweight HTTP client library.
- tags: rest, rest-client, php
- source code
https://github.com/mgonto/restangular
AngularJS service to handle REST API properly and easily.
- tags: rest, rest-client, javascript
- source code
https://github.com/marmelab/restful.js
JS client for interacting with server-side RESTful resources.
- tags: rest, rest-client, javascript
- source code
https://github.com/basti1302/traverson
A Hypermedia API/HATEOAS Client for Node.js and the Browser
- tags: rest, rest-client, javascript
- source code
https://github.com/mulesoft/raml-client-generator
Generates static client libs for js.
- tags: rest, rest-client, javascript
- source code
https://github.com/axios/axios
Promise based HTTP client for the browser and node.js - axios/axios
- tags: rest, rest-client, node.js
- source code
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.
- 📆 published on: 2018-03-01
- tags: rest, rest-client, resteasy
- source code
https://www.baeldung.com/intro-to-feign
This article introduces Feign, a declarative HTTP client that simplifies implementation and maintaining efforts
- 📆 published on: 2017-07-29
- tags: feign, rest-client
- source code
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...
- tags: rest, rest-client, feign, http-client
- source code
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...
- 📆 published on: 2011-05-09
- tags: design-patterns, rest, rest-client
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
- tags: java, jaxrs, javaee, free-programming-books, rest-client