API
Feeds
Get a list of available feeds.
What is a feed?
A feed is a specific Crous. There's multiple Crous in France, each one has its own feed. To access a feed you need to know its identifier, which is unique.
You can access them using feeds()
which returns a list of all available feeds.
Listing feeds
Let's say we want to list all available feeds by showing their name and identifier.
What's next?
You'll receive an identifier
that can be used with restaurants()
, for example, to retrieve the list of restaurants available for a given Crous.
You can also use news()
to retrieve the latest news concerning a given feed.