top of page

API DOCUMENTATION

postman-icon.webp

Go REST hosts RESTful API to create, read, update, and delete (CRUD) resources such as users, posts, comments, and todos. To interact with the Go Rest API, use HTTP requests such as GET, POST, PUT, and DELETE. The API endpoint URL and the request parameters depend on the specific resource to access or modify.

bottom of page