Guest User

Untitled

a guest
Mar 19th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. // /cities/$CITY_KEY
  2. {
  3. name: "New York",
  4. population: 8000000,
  5. capital: False
  6. }
  7.  
  8. // /city-landmark/$CITY_KEY/$LANDMARK_KEY
  9. {
  10. name: "Empire State Building",
  11. category: "Architecture"
  12. }
Add Comment
Please, Sign In to add comment