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.
- tags: rest-client, graphql, rest
- :octocat: source code
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
- tags: visual-studio-code, rest, rest-client
- :octocat: source code
Guzzle
http://guzzle.readthedocs.org/en/latest/
HTTP client and framework for consuming RESTful web services.
- tags: rest, rest-client, php
Buzz
https://github.com/kriswallsmith/buzz
Another lightweight HTTP client.
- tags: rest, rest-client, php
- :octocat: source code
unirest for PHP
https://github.com/Mashape/unirest-php
Simplified, lightweight HTTP client library.
- tags: rest, rest-client, php
- :octocat: source code
restangular
https://github.com/mgonto/restangular
AngularJS service to handle REST API properly and easily.
- tags: rest, rest-client, javascript
- :octocat: source code
restful.js
https://github.com/marmelab/restful.js
JS client for interacting with server-side RESTful resources.
- tags: rest, rest-client, javascript
- :octocat: source code
traverson
https://github.com/basti1302/traverson
A Hypermedia API/HATEOAS Client for Node.js and the Browser
- tags: rest, rest-client, javascript
- :octocat: source code
raml-client-generator
https://github.com/mulesoft/raml-client-generator
Generates static client libs for js.
- tags: rest, rest-client, javascript
- :octocat: source code
GitHub - axios/axios home page
https://github.com/axios/axios
Promise based HTTP client for the browser and node.js - axios/axios
- tags: rest, rest-client, node.js
- :octocat: source code
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.
- :calendar: published on: 2018-03-01
- tags: rest, rest-client, resteasy
- :octocat: source code
Intro to Feign
https://www.baeldung.com/intro-to-feign
This article introduces Feign, a declarative HTTP client that simplifies implementation and maintaining efforts
- :calendar: published on: 2017-07-29
- tags: feign, rest-client
- :octocat: source code
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...
- tags: rest, rest-client, feign, http-client
- :octocat: source code
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...
- :calendar: published on: 2011-05-09
- tags: design-patterns, rest, rest-client
Introduction | RESTful Java with 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
- tags: java, jaxrs, javaee, free-programming-books, rest-client