REST
Notes
Links
- go-swagger - Swagger 2.0 implementation for go.
- Standards.REST - Collection of standards and specifications, that help make fantastic HTTP/REST APIs. (HN)
- Microsoft REST API Guidelines (HN)
- Best Practices for Designing a Pragmatic RESTful API (2019)
- Learning REST APIs course
- Build Your First Rest API with Go (2019)
- RESTful API Design Tips from Experience
- RQL - Resource query language for REST. It provides a simple and light-weight API for adding dynamic querying capabilities to web-applications that use SQL-based database.
- Roy Fielding's Misappropriated REST Dissertation (2020) (Lobsters) (HN) (HN)
- JSON Server - Get a full fake REST API with zero coding in less than 30 seconds.
- JSONPlaceholder - Fake Online REST API for Testing and Prototyping. Powered by JSON Server + LowDB.
- Steps for Designing REST API
- REST API response – Should you envelope or not?
- Best practices for REST API design (2020) (HN)
- tsoa - OpenAPI-compliant REST APIs using TypeScript and Node.
- REST API Generator
- REST API Tutorial (Code)
- Should we rebrand REST? (2021) (Lobsters)
- Practical REST
- What is REST
- Tutorial: Build a RESTful API on Go - Fiber, PostgreSQL, JWT and Swagger docs in isolated Docker containers.
- Best Practices for Versioning REST and GraphQL APIs (2021)
- Why do Webdevs keep trying to kill REST? (2021)
- How To Write A REST Client In Rust (2021)
- Introspected REST: An alternative to REST and GraphQL (Web)
- AutoRest - Generates client libraries for accessing RESTful web services.
- AutoRest Go Generator
- REST with Clean Architecture for Go - Web services with OpenAPI and JSON Schema done quick in Go.
- resty - Syntactic sugar for RESTful APIs.
- REST Book - VSCode Extension that allows you to perform REST calls in a Notebook interface.
- caffeine - Very basic REST service for JSON data - enough for prototyping and MVPs. In Go. (HN)
- Restly - Simple open source REST client for macOS, iOS and iPadOS.
- What are the REST API reference projects that can be used as a guide in 2021?
- Evolving your RESTful APIs, a step-by-step approach (2022) (Reddit)
- Is REST simpler than GraphQL? (2022)
- How to build a Dockerized RESTful API application using Go
- SOFA - Best way to create REST APIs - Generate RESTful APIs from your GraphQL Server.
- PactumJS - REST API Testing Tool for all levels in a Test Pyramid.
- Zalando RESTful API and Event Guidelines (Code)
- Restish - CLI for interacting with REST-ish HTTP APIs with some nice features built-in.
- How did REST come to mean the opposite of REST? (HN)
- How to leverage HTTP conditional requests to build robust REST APIs (2022)
- How REST and CRUD work together
- The Dogma of RESTful APIs (2023) (Lobsters)