-
Notifications
You must be signed in to change notification settings - Fork 5
anthonyvscode/LonelySharp
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
.NET wrapper for Lonely Planet REST API Uses RestSharp: http://restsharp.org Lonely Planet Documentation: http://developer.lplabs.com/index.php?title=Main_Page Sample Usage: using LonelySharp; var lonelySharp = new LonelySharp("accountSid", "secretKey"); var places = lonelySharp.GetPlace("Brisbane"); var pointsOfInterest = lonelySharp.GetPOIList(places.First());
About
C# Library to access the Lonely Planet API
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published