#
rest-client
Here are 993 public repositories matching this topic...
Simple HTTP and REST client library for Go
go
golang
redirects
middleware
http-client
retry
backoff
golang-library
rest-client
srv-record
go-resty
-
Updated
Jan 22, 2021 - Go
OpenAPI (f.k.a Swagger) Specification code generator. Supports C#, PowerShell, Go, Java, Node.js, TypeScript, Python, Ruby
-
Updated
Jan 22, 2021 - 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
Jan 4, 2021 - TypeScript
Fluent URL builder and testable HTTP client for .NET
-
Updated
Jan 24, 2021 - 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
Nov 25, 2020 - 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
A tool for automated testing REST API, generating exquisite testing report and REST API documentation.
-
Updated
Jul 3, 2020 - Java
Hi, I'm a library for interacting with GItHub's REST API in a convenient and ergonomic way. I work on Python 2.7, 3.4, 3.5, 3.6, and 3.7 (and maybe 3.8?)
-
Updated
Jan 12, 2021 - Python
9
railken
commented
Nov 4, 2019
Open
Resizeable sidebar
3
A beautiful, cross-platform REST client.
-
Updated
Jan 20, 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
Aug 13, 2020 - TypeScript
REST API plugin for Unreal Engine 4 - we love restfull backend and JSON communications!
-
Updated
Jan 18, 2021 - C++
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 22, 2021 - C#
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
Jan 8, 2021 - TypeScript
A framework for building integrations and APIs
-
Updated
Dec 30, 2020 - JavaScript
ddworak
opened
Nov 4, 2019
Modern C++ REST Client library
-
Updated
Jan 19, 2021 - C++
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
Nov 12, 2019 - Python
Azure DevOps Python API
-
Updated
Dec 27, 2020 - Python
A generic JavaScript helper library to query and manipulate Drupal 8 via core REST and JSON API
-
Updated
Nov 15, 2018
VirusTotal Full api
-
Updated
Jun 9, 2020 - Python
Packages for working with JSON Schema and JSON Hyper-Schema
-
Updated
Dec 11, 2020 - JavaScript
Embedding A REST Server In Your Application Should Be Simple
-
Updated
Jan 13, 2021 - C#
The C# REST Client - the only REST/ HTTP Client you will ever need
-
Updated
Nov 25, 2020 - C#
A REST client for almost any web service (Firefox and Chrome Extension)
-
Updated
Jan 25, 2021 - JavaScript
HTTP and REST client for Crystal
-
Updated
Jan 17, 2021 - Crystal
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."

Description
We've previously been running v5.0.0-beta2. Switching to the full release v5.0.0 results in the error
ModuleNotFoundError: No module named 'nulltype'.The fix was to add the nulltype package to my project's requirements but I'm not sure if this is expected and it doesn't seem ideal. Is this package really required or was it an accidentally inclusion?
openapi-genera