Contentful.NET
Contentful.NET copied to clipboard
DEPRECATED - A .NET library wrapper for the Contentful Content Delivery API.
The includeLevels parameter was not passed on to the internal GetRequestUrl function, meaning that the parameter had no effect. Fixed this issue.
The includeLevels parameter of the search function is not passed on to the GetRequestUrl function internally and is therefore ignored.
I'm not sure this is the right place but thought I'd raise the issue. I'm working with .net core and tried to pull the package with nuget and it gave...
Is it possible to create one of your DataModel objects from a JSON string? I wrote a webhook server for Contentful. Each webhook request sends an entire object as its...
Using FullTextSearchFilter without specifying a propertyName parameter seems to work but if use something like `new FullTextSearchFilter(query, "fields.field")` I'm getting a ContenfulException and an error detail of `No field with...