The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.
The Account API gives sellers the ability to configure their eBay seller accounts, including the seller's policies (eBay
The Analytics API provides data and information about a seller and their eBay business. The resources and methods in thi
Service for providing information to sellers about their listings being non-compliant, or at risk for becoming non-compl
Interface specification for the DVLA Vehicle Enquiry API
api.video is an API that encodes on the go to facilitate immediate playback, enhancing viewer streaming experiences acro
Wikipedia for Web APIs. Repository of API definitions in OpenAPI format. Warning: If you want to be notified about chang
Autosuggest supplies search terms derived from a root text sent to the service. The terms Autosuggest supplies are relat
The Computer Vision API provides state-of-the-art algorithms to process images and return information. For example, it c
The Bing Custom Image Search API lets you send an image search query to Bing and get back image search results customize
The Bing Custom Search API lets you send a search query to Bing and get back search results customized to meet your cust
The Entity Search API lets you send a search query to Bing and get back search results that include entities and places.
The Image Search API lets you send a search query to Bing and get back a list of relevant images. This section provides
The Local Search client lets you send a search query to Bing and get back search results that include local businesses s
The News Search API lets you send a search query to Bing and get back a list of news that are relevant to the search que
The Computer Vision API provides state-of-the-art algorithms to process images and return information. For example, it c
The Spell Check API - V7 lets you check a text string for spelling and grammar errors.
The Video Search API lets you search on Bing for video that are relevant to the user's search query, for insights about
Visual Search API lets you discover insights about an image such as visually similar images, shopping sources, and relat
The Web Search API lets you send a search query to Bing and get back search results that include links to webpages, imag
This OData service is located at https://graph.microsoft.com/v1.0
This OData service is located at https://graph.microsoft.com/beta
cpprestsdk (2.10.19) * PR#1982 make Uri.is_host_loopback() only return true for localhost and 127.0.0.1 exactly. The old behavior could potential…
cpprestsdk (2.10.18) * PR#1571 Add ability to parse and emit the NT Epoch 1601-01-01T00:00:00Z * PR#1571 Update vcpkg submodule * Update CI configu…
* PR#1550 Fix year calculation for the last day of a leap year * PR#1523 Fix wrong linking of Apple Frameworks on MacOS * PR#1520 Define __STDC_FORM…
* PR#1383 CMake fixes + CMake search for OpenSSL (macOS) * PR#1392 Update submodule websocketpp to 0.8.2 * PR#1393 Do not report errors (such as EBA…
* Extremely special thanks to @garethsb-sony for a large number of contributions in this release * PR#1209 Workarounds for two GCC 4.7.2 bugs with la…
* Potential breaking change warning: This release changes the "default" proxy for the WinHTTP backend to go back to WINHTTP_ACCESS_TYPE_DEFAULT_PROXY.…
* PR#1120 Fix off by one error in leap years before year 2000, and bad day names * PR#1117 Parse and emit years from 1900 to 9999, and remove environ…
* PR#1088 Fix data race, GitHub #1085 * PR#1084 Fix oauth nonces containing nulls. * PR#1082 Workaround data-race on websocketpp's _htonll function …