Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.05 KB

File metadata and controls

50 lines (32 loc) · 1.05 KB

Techdiary Functions

Netlify Status

Delete images from cloudinary

DELETE https://{host}/deleteimage

Body JSON

  • asset_url: Cloudinary asset url

meta-fetcher

Meta fetcher from URL

GET https://{host}/metafetcher?url=

URL query

  • url: the url we are trying to get

Site stats

GET https://techdiary-stats.netlify.app/.netlify/functions/site-stats

Parameters

  • period: default 30d Time period for report outline. Allowed values as follo,
    • 12mo,6mo - Last n calendar months relative to date
    • month - The calendar month that date falls into
    • 30d,7d - Last n days relative to date
    • day - Stats for the full day specified in date
    • custom - Provide a custom range in the date parameter.

Page views

GET https://techdiary-stats.netlify.app/.netlify/functions/page-views

Parameters

  • url: (Required) Page url to check page views.