Turnerj / forem-dotnet

.NET API interface for Forem apps. Forem is the platform which powers DEV and other online communities.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue when deserializing articles

Turnerj opened this issue · comments

When #1 was merged, it was under the assumption that the API was actually fixed however it was subtly still inconsistent. While I could change tag_list to tags, the API being inconsistent makes it difficult to deserialize to move to a singular common model.

See: forem/forem#2996

The commit from #1 was reverted but the bug still needs to be fixed on dev.to's side.