package net.darkwire.example.service.catalog; /** * Created by fsiu on 3/21/14. */ public class UrlCatalog { public static final String FIVE_HUNDRED_PX_URL = "https://api.500px.com/v1/"; public static final String FIVE_HUNDRED_PX_PHOTOS_URI = "/photos?feature=fresh_today&exclude=Nude&sort=created_at&image_size=3&include_store=store_download&include_states=voted"; public static final String FIVE_HUNDRED_PX_PHOTOS_SEARCH_URI = "/photos/search?&exclude=Nude&sort=created_at&image_size=3&include_store=store_download&include_states=voted"; }