go-json-rest
JSON API library
A library that provides a simple and efficient way to build RESTful JSON APIs in Go.
A quick and easy way to setup a RESTful JSON API
4k stars
154 watching
382 forks
Language: Go
last commit: almost 4 years ago
Linked from 4 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
go-resty/resty | A comprehensive HTTP and REST client library for Go with features like request retries, middleware support, and automatic marshaling/unmarshaling. | 10,268 |
gavv/httpexpect | A toolkit for building and testing HTTP/REST APIs with a focus on ease of use and flexibility | 2,569 |
emicklei/go-restful | A package for building RESTful web services using Go | 5,051 |
rs/rest-layer | An API framework for building RESTful APIs with customizable schema validation and graph API capabilities. | 1,256 |
koddr/tutorial-go-fiber-rest-api | Builds a RESTful API on Go with Fiber, PostgreSQL, JWT and Swagger documentation in isolated Docker containers. | 384 |
tompston/gomakeme | Automates the creation of boilerplate and endpoints for REST APIs in Go. | 11 |
allaboutapps/go-starter | A comprehensive template for building production-ready RESTful JSON APIs in Go with integrated development tools and workflows. | 507 |
zeromicro/go-zero | A cloud-native Go framework for building scalable and resilient microservices with automatic code generation and built-in engineering practices. | 29,481 |
jirenius/go-res | A Go package for building real-time REST APIs with synchronization and event handling capabilities. | 63 |
grpc-ecosystem/grpc-gateway | A tool that generates a reverse-proxy server to translate RESTful HTTP APIs into gRPC | 18,331 |
googleapis/google-api-go-client | Automatically generated libraries for interacting with Google APIs | 4,056 |
go-chi/chi | A lightweight router for building modular and composable HTTP services | 18,767 |
chriscross0/go-restcountries | A Go wrapper for a REST API providing access to country data | 3 |
api-platform/api-platform | A framework for building API-first web applications with built-in support for REST and GraphQL APIs, client-side generation, and seamless integration with existing frameworks and technologies. | 8,731 |
linkedin/rest.li | A framework for building robust RESTful APIs with asynchronous, non-blocking I/O and type-safe bindings | 2,507 |