contentful.ex icon indicating copy to clipboard operation
contentful.ex copied to clipboard

Elixir SDK for the Contentful Delivery API

Results 16 contentful.ex issues
Sort by recently updated
recently updated
newest added

Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.28.6 to 0.29.0. Changelog Sourced from ex_doc's changelog. v0.29.0 (2022-10-19) Enhancements Support cheatsheets as .cheatmd files Bug fix Collapse sidebar when resizing page even if stored in...

dependencies
elixir

Bumps [erlef/setup-beam](https://github.com/erlef/setup-beam) from 1.11 to 1.14. Release notes Sourced from erlef/setup-beam's releases. v.1.14.0 What's Changed Test environment variables are set by @​wojtekmach in erlef/setup-beam#142 Update 3rd party licenses (automation) by...

dependencies
github_actions

Bumps [excoveralls](https://github.com/parroty/excoveralls) from 0.14.6 to 0.15.0. Release notes Sourced from excoveralls's releases. v0.15.0 Enhancements Allows flag_name to pass thru to the coveralls.io API (#290). Changes Allow subdir and rootdir to...

dependencies
elixir

Bumps [jason](https://github.com/michalmuskala/jason) from 1.3.0 to 1.4.0. Changelog Sourced from jason's changelog. 1.4.0 (12.09.2022) Enhancements Use the :erlang.float_to_binary(_, [:short]) function, instead of io_lib_format.fwrite_g/1 where available (OTP 24.1+). This provides equivalent output...

dependencies
elixir

Bumps [dialyxir](https://github.com/jeremyjh/dialyxir) from 1.1.0 to 1.2.0. Changelog Sourced from dialyxir's changelog. Unreleased changes post [1.2.0] [1.2.0] - 2022-07-20 Added "github" formatter. Commits 04f1bda Bump version d38e42f feat: Adds a github...

dependencies
elixir

Right now there's no way to specify what locale should be used for the requested entities. Everything always comes back in the primary locale as defined in the Contentful interface.

enhancement

Hey Devs, I have a Blogpost that contains one or more Authors. If I do: `Contentful.Delivery.entries(@space_id, @access_token)` I will get the content with the relations, but with nil: `%{"fields" =>...

bug

I added `dialyxir` in kind of a rush to get typespecs in and then added typespecs all over the place, without paying too much attention to what `dialyzer` actually complains...

enhancement

I have a `blog post -> author -> image` relationship. When requesting the blog post, both the author and images show up in the `includes` field in the resposne, but...

How safe is that library for a production use ? Are there features that are not covered by other SDK, say ruby or JS, that are not handled by the...

question