#
rest-client
Here are 1,139 public repositories matching this topic...
Simple HTTP and REST client library for Go
go
golang
redirects
middleware
http-client
retry
backoff
golang-library
hacktoberfest
rest-client
srv-record
go-resty
hacktoberfest2021
-
Updated
May 30, 2022 - Go
OpenAPI (f.k.a Swagger) Specification code generator. Supports C#, PowerShell, Go, Java, Node.js, TypeScript, Python
javascript
python
java
golang
node
typescript
csharp
code-generator
azure
swagger
openapi
rest-client
-
Updated
Jun 3, 2022 - TypeScript
REST Client Extension for Visual Studio Code
graphql
http
typescript
rest
rest-api
vscode
http-client
visual-studio-code
vscode-extension
rest-client
-
Updated
May 22, 2022 - TypeScript
Fluent URL builder and testable HTTP client for .NET
-
Updated
Jun 3, 2022 - C#
react
fetch
graphql
http
query
isomorphic
ssr
mutation
request
rest-client
suspense
react-suspense
fetch-data
react-hooks
react-cache
react-hook
reacthook
usefetch
react-usefetch
react-fetch-hook
-
Updated
Apr 28, 2022 - TypeScript
KaiPetzke
commented
Aug 11, 2020
Expected behaviour
The following code snippet:
RestClient::Connection* conn = new RestClient::Connection("https://httpbin.org");
RestClient::Response& r = conn->get("/get");
for(auto& name : { "date", "Date" }) {
try {
std::string& value = r.headers.at(name);
std::cout << name << ": \"" << value << "\"" << std::endl;
} catch(st
good first issue
great to start contributing
A tool for automated testing REST API, generating exquisite testing report and REST API documentation.
-
Updated
May 20, 2022 - Java
10
railken
commented
Nov 4, 2019
good first issue
Good for newcomers
Open
Resizeable sidebar
3
Hi, I'm a library for interacting with GItHub's REST API in a convenient and ergonomic way. I work on Python 3.6+.
-
Updated
May 17, 2022 - Python
REST API plugin for Unreal Engine 4 - we love restfull backend and JSON communications!
-
Updated
May 17, 2022 - C++
A beautiful, cross-platform REST client.
-
Updated
Dec 9, 2021 - Java
Restangular for Angular 2 and higher versions
fetch
api
http
angular
typescript
reactive
rxjs
rest
angular2
rest-api
restful
observable
typescript-library
request
response
angular-2
restful-api
rest-client
restangular-methods
queryparams
-
Updated
Jun 2, 2022 - TypeScript
Simple and powerful API client for react 👍 Use hooks or FACCs to fetch data in easy way. No dependencies! Just react under the hood.
react
fetch
hooks
ssr
rest-client
fetching
suspense
react-suspense
react-hooks
react-hook
reacthooks
reacthook
facc
fetching-data
rest-api-client
react-rest
-
Updated
Jun 1, 2022 - TypeScript
A framework for building integrations and APIs
-
Updated
Apr 28, 2022 - JavaScript
Modern C++ REST Client library
-
Updated
May 30, 2022 - C++
ddworak
commented
Jul 14, 2021
- 2 Udash apps should work just fine in a single JVM
- the API is pretty ugly and even the docs suggest wrapping it
kaiphat
opened
May 4, 2022
Azure DevOps Python API
-
Updated
Feb 14, 2022 - Python
A text-based HTTP client in the browser. An interface-less Postman.
testing
api
spa
tools
rest
rest-api
http-client
api-client
self-hosted
developer-tools
api-rest
testing-tools
api-testing
rest-client
no-login-web-apps
api-development
postman-alternative
curl-utility
-
Updated
Feb 20, 2022 - TypeScript
Powerful, modern HTTP/REST client built on top of the Requests library
python
testing
api
graphql
http
rest
curl
sublime-text
http-client
requests
debug
httpie
rest-client
requester
-
Updated
May 5, 2022 - Python
Open
Cookies
MelbourneDeveloper
opened
Jan 3, 2020
A lightweight F# HTTP library by @RonaldSchlenker
-
Updated
Apr 26, 2022 - F#
Packages for working with JSON Schema and JSON Hyper-Schema
-
Updated
May 16, 2022 - JavaScript
A REST client for almost any web service (Firefox and Chrome Extension)
-
Updated
May 30, 2022 - JavaScript
Restish is a CLI for interacting with REST-ish HTTP APIs with some nice features built-in
cli
yaml
json
oauth2
rest
gzip
json-schema
http2
swagger
brotli
auth
auth0
hypermedia
msgpack
cbor
hacktoberfest
jmespath
rest-client
openapi3
fastapi
-
Updated
May 2, 2022 - Go
VirusTotal Full api
-
Updated
Sep 3, 2021 - Python
Official Python client for accessing ChEMBL API.
-
Updated
May 13, 2022 - Python
Improve this page
Add a description, image, and links to the rest-client topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rest-client topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
Recently noticed how many PHP based projects migrates from Travis-CI to GitHub Actions. I didn't try it yet, but after a quick reading I see that GitHub Actions has Ubuntu environment with preinstalled PHP from 7.4 to 8.1, while Travis CI offers [Bi