Entry

Entry

Entry.

Constructor

new Entry(request, entryId, cookiesopt)

Create entry.

Source:
Parameters:
Name Type Attributes Default Description
request object

Axios client.

entryId number

Entry ID.

cookies string <optional>
null

Cookie string.

Members

author :string

Entry author.

Source:
Type:
  • string

authorId :number

Author ID.

Source:
Type:
  • number

authorUrl :string

Author URL.

Source:
Type:
  • string

content :string

Entry content.

Source:
Type:
  • string

contentEncoded :string

Entry content encoded.

Source:
Type:
  • string

dateCreated :string

Entry created date.

Source:
Type:
  • string

dateModified :string|null

Entry modified date.

Source:
Type:
  • string | null

Entry Eksi Seyler URL.

Source:
Type:
  • string | null

eksiseylerSlug :string|null

Entry Eksi Seyler slug.

Source:
Type:
  • string | null

favoriteCount :number

Entry favorite count.

Source:
Type:
  • number

id :number

Entry ID.

Source:
Type:
  • number

isDeleted :boolean|null

Is entry deleted?

Source:
Type:
  • boolean | null

isFavorited :boolean|null

Is entry favorited?

Source:
Type:
  • boolean | null

isRookieEntry :boolean|null

Is rookie entry?

Source:
Type:
  • boolean | null

Entry permalink.

Source:
Type:
  • string

title :string

Entry title.

Source:
Type:
  • string

titleId :number

Entry title ID.

Source:
Type:
  • number

titleSlug :string

Entry title slug.

Source:
Type:
  • string

titleUrl :string

Entry title URL.

Source:
Type:
  • string

Methods

retrieve() → {Promise}

Retrieve entry.

Source:
Returns:
Type:
Promise

Promise.