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

Add Listings API

Turnerj opened this issue · comments

API: https://docs.dev.to/api/#tag/listings

For implementing it, you can use my ArticleService class as a guide and create an appropriate interface like how I have IArticleApi. The ApiService class provides the helper methods for constructing the requests for GET and PUT.

Can I work on this one?

Yep - sure thing!