An open API service indexing awesome lists of open source software.

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

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.