Namespace: relatedLinks

relatedLinks

Methods

(static) create(options, done)

Create a related_link

Parameters:
Name Type Description
options Object options
Properties
Name Type Attributes Description
url String The url of the related link
params.title Number <optional>
A title - if left blank we will fetch it from the url you provide
done done Callback
Source:
See:

(static) destroy(options)

Update a related_link

Parameters:
Name Type Description
options Object options
Properties
Name Type Description
post_id Number id of the post
Source:
See:

(static) index(optionsopt, done)

Fetch all related links

Parameters:
Name Type Attributes Description
options Object <optional>
options
Properties
Name Type Attributes Description
params.search.url Number <optional>
Search for related links with a specific url
done done Callback
Source:
See:

(static) update(options, done)

Update a related_link

Parameters:
Name Type Description
options Object options
Properties
Name Type Attributes Description
post_id Number id of the post
url String The url of the related link
params.title Number <optional>
A title - if left blank we will fetch it from the url you provide
done done Callback
Source:
See: