nascentdigital / contentfully

A simple but performant REST client for Contentful.
MIT License
18 stars 7 forks source link

Are there any plans to support retrieving all translations for an entry #14

Closed michaelbirchler closed 5 years ago

michaelbirchler commented 5 years ago

Thank you for contentfully, it helps me a lot.

Are there any plans to support retrieving all translations for an entry with the wildcard parameter? Currently I can fetch only one locale at a time. For some edge cases (fetch translated slug) it would be really helpful to get the items with all locales.

The response would look like this:

{
    "items": {
        "de-CH": {

       },
        "fr-CH": {

       },
    }
}
bernietrinh commented 5 years ago

Hi @blazingarrow thanks for the feedback! We'll look into adding this support soon and let you know.

bernietrinh commented 5 years ago

@blazingarrow sorry for the delay - we've now added support for retrieving all locales. Please refer to the README for v1.4.0 and let us know any feedback

michaelbirchler commented 5 years ago

@bernietrinh 🙇