basePath: / info: contact: name: Samuel Pua url: https://git.samuelpua.com/telboon description: API for frontend - built on Go-chi title: Eyes of Twitterverse API version: "1.0" paths: /: get: consumes: - application/json description: Description produces: - application/json responses: "200": description: OK schema: type: string "404": description: Not Found schema: type: string summary: This is test tags: - Base swagger: "2.0"