I'm working on a atom-entry spec for a "destination" feed. This
destination has relation with "credit-card" (all credit cards usually
accepted on that destination). Of course, one destination may have
more than one credit card associated.
So I thought on two different approaches :
First one, listing all links direct on entry (destination.xml) and
another way is to link to a entry point that list all credit cards
accepted by a destination (destination2.xml) :
https://gist.github.com/5a38922984fd94398012
Which one would you use? Any pros & cons ?
Thanks a lot!
Julio