I\'m developing an app just now that fetches resources from a JSON API.
all of the resources have the same base URL:
http://api.mysite.com/resources.
I would create a singleton or use the AppDelegate and put the constants there.