# Functions
No description provided by the author
No description provided by the author
@Title get client viewport & others' size @Summary get client viewport, header, menu, content, & post-title size @Description @Tags Client @Accept json @Produce json @Success 200 "OK - get client viewport & other parts' size ok" @Failure 400 "Fail - viewport is not set" @Router /api/client/get/size [get] @Security ApiKeyAuth.
@Title set client browser's viewport @Summary set client browser's viewport ( width, height ) @Description @Tags Client @Accept json @Produce json @Param innerSize body string true "width: window.innerWidth & height: window.innerHeight" @Success 200 "OK - set client viewport ok" @Failure 400 "Fail - invalid width or height for setting viewport" @Router /api/client/set/view [put] @Security ApiKeyAuth.