Interface WebResponse

Index

Properties

Properties

public body: { entry: { id: string; title: any; updated: string; author: { name: any; }; link: any; category: any; content: any; }; }

public author.name: any

public body.entry: { id: string; title: any; updated: string; author: { name: any; }; link: any; category: any; content: any; }

public entry.author: { name: any; }

public entry.category: any

public entry.content: any

public entry.id: string

public entry.link: any

public entry.title: any

public entry.updated: string

public headers: any

public isSuccessful: boolean

public md5: any

public statusCode: number