Interface PostFields

Perform CRUD operations (Create, Read, Update and Delete) to deal with Posts. Post is mapped to "http://localhost:8000/api/v1/posts" endpoint

Hierarchy

  • PostFields

Properties

Properties

content?: number
id: number
title?: string

Generated using TypeDoc