https://github.com/thomasthelen/urbandictionary-endpoint-example
Example of using Microsoft Casablanca to hit endpoints of urbandictionary.com
https://github.com/thomasthelen/urbandictionary-endpoint-example
casablanca cpp-endpoint cpp-rest cpp-restful cpp-web-services cpprestsdk dictionary rest rest-api restapi restful restful-api urban-dictionary
Last synced: 4 months ago
JSON representation
Example of using Microsoft Casablanca to hit endpoints of urbandictionary.com
- Host: GitHub
- URL: https://github.com/thomasthelen/urbandictionary-endpoint-example
- Owner: ThomasThelen
- License: mit
- Created: 2018-02-05T06:45:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-03T02:50:03.000Z (about 7 years ago)
- Last Synced: 2025-01-10T21:47:45.497Z (5 months ago)
- Topics: casablanca, cpp-endpoint, cpp-rest, cpp-restful, cpp-web-services, cpprestsdk, dictionary, rest, rest-api, restapi, restful, restful-api, urban-dictionary
- Language: C++
- Homepage:
- Size: 33.4 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UrbanDictionary-Enpoint-Example
Urban dictionary has a couple of endpoints that can be used to define words. Documentation for them can be found on [mashape](https://market.mashape.com/community/urban-dictionary)
This repository provides an example of how to use Microsoft's C++ REST SDK to interact with the endpoints. The real reason for this is so that I can always refer back to a simple, working example of the SDK.