Skip to content

Instantly share code, notes, and snippets.

@virtcoder
Last active May 12, 2021 02:53
Show Gist options
  • Save virtcoder/e088b7344e70aa6538a88265c376624d to your computer and use it in GitHub Desktop.
Save virtcoder/e088b7344e70aa6538a88265c376624d to your computer and use it in GitHub Desktop.
Listing header
http://localhost:5001/api/listingheader/:listingId
http://localhost:5001/api/listingheader/1
[{"id":1,"listingName":"Quiet Garden View Room & Super Fast WiFi","listingDescription":"One of a kind Pirate Ship!\nLocated 4 min from MSP Airport. Marina is surrounded by nature. The Ship is 65' long, has two bedrooms, two heads, a hammock and numerous nooks to hideout at. Shower, kitchen, central air, big upper deck, planks, fireplace, tables and couches, tunes, and theme lighting.\nGated marine, plenty parking. Gangplank takes you directly to the Ship. SUP?S & kayaks.\n$350 1-6 people. 2 Bedrooms.\nParties are temporarily not allowed.\nFoul weather limits top deck use. Arrrrr!","hostId":46,"review":278,"rating":4.5,"address1":"1745 T Street Southeast","address2":"","city":"Washington","state":"District of Columbia","zipCode":"20020","country":"United States","accomodates":2,"numberOfBathrooms":"1.5","numberOfBedrooms":1,"numberOfBeds":2}]
http://localhost:5002/api/listingdescription/:listingId
http://localhost:5002/api/listingdescription/1
[{"id":1,"listingName":"Quiet Garden View Room & Super Fast WiFi","listingDescription":"One of a kind Pirate Ship!\nLocated 4 min from MSP Airport. Marina is surrounded by nature. The Ship is 65' long, has two bedrooms, two heads, a hammock and numerous nooks to hideout at. Shower, kitchen, central air, big upper deck, planks, fireplace, tables and couches, tunes, and theme lighting.\nGated marine, plenty parking. Gangplank takes you directly to the Ship. SUP?S & kayaks.\n$350 1-6 people. 2 Bedrooms.\nParties are temporarily not allowed.\nFoul weather limits top deck use. Arrrrr!","hostId":46,"review":278,"rating":4.5,"address1":"1745 T Street Southeast","address2":"","city":"Washington","state":"District of Columbia","zipCode":"20020","country":"United States","accomodates":2,"numberOfBathrooms":"1.5","numberOfBedrooms":1,"numberOfBeds":2}]
http://localhost:5003/api/hostedBy/:listingId
http://localhost:5003/api/hostedBy/1
[{"id":1,"hostId":46,"accomodates":2,"bathrooms":"1.5","bedrooms":1,"beds":2}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment