# Functions
GetDemoSwag example @Summary get random json file @Description get json file @Produce json @Success 200 {string} string "ok" @Router /demoswag [get].
GetRequest example @Summary Add a new pet to the store @Description get string by ID @ID get-string-by-int @Accept json @Produce json @Param some_id path int true "Some ID" @Success 200 {string} string "ok" @Router /request/{some_id} [get].
No description provided by the author