#
rest-client
Here are 1,123 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
Mar 14, 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
Apr 8, 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
Apr 1, 2022 - TypeScript
Fluent URL builder and testable HTTP client for .NET
-
Updated
Feb 27, 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 10, 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
Jan 4, 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
Apr 11, 2022 - Python
http
promises
json
rest
unity
rest-api
unity3d
ajax
unity-scripts
http-client
web-services
unity-asset
http-requests
requests
httpclient
unity3d-plugin
rest-client
request-promise
async-requests
web-request
-
Updated
Jan 9, 2022 - C#
REST API plugin for Unreal Engine 4 - we love restfull backend and JSON communications!
-
Updated
Mar 8, 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
Feb 26, 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
Mar 17, 2022 - TypeScript
A framework for building integrations and APIs
-
Updated
Apr 9, 2022 - JavaScript
Modern C++ REST Client library
-
Updated
Feb 19, 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
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
ssipos90
commented
Mar 23, 2022
Hello,
Nice plugin!
Is there any way one could close the buffer via a command? I use RestNvimLast a lot and would like to close the buffer after seing the results without switching - kinda like :cclose
for quickfix.
Thanks.
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
Dec 13, 2021 - Python
Open
Cookies
MelbourneDeveloper
opened
Jan 3, 2020
Packages for working with JSON Schema and JSON Hyper-Schema
-
Updated
Apr 9, 2022 - JavaScript
A lightweight F# HTTP library by @RonaldSchlenker
-
Updated
Apr 9, 2022 - F#
A REST client for almost any web service (Firefox and Chrome Extension)
-
Updated
Apr 11, 2022 - JavaScript
VirusTotal Full api
-
Updated
Sep 3, 2021 - Python
Official Python client for accessing ChEMBL API.
-
Updated
Nov 10, 2021 - 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