Skip to content

Commit d02f927

Browse files
authored
Update README.md
1 parent 5ad9083 commit d02f927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ It's a free software (AGPL) written in Go. A Docker image is provided.
3838

3939
Over the years, several formats have been created to fix performance bottlenecks impacting web APIs: [over fetching, under fetching](https://stackoverflow.com/a/44568365/1352334), [the n+1 problem](https://restfulapi.net/rest-api-n-1-problem/)...
4040

41-
[Current solutions for these problems (GraphQL, JSON:API's embeded resources and sparse fieldsets, ...)](docs/graphql.md) are smart [network hacks](https://apisyouwonthate.com/blog/lets-stop-building-apis-around-a-network-hack) for HTTP/1. But these hacks that come with (too) many drawbacks when it comes to HTTP cache, logs and even security.
41+
[Current solutions for these problems (GraphQL, JSON:API's embedded resources and sparse fieldsets, ...)](docs/graphql.md) are smart [network hacks](https://apisyouwonthate.com/blog/lets-stop-building-apis-around-a-network-hack) for HTTP/1. But these hacks that come with (too) many drawbacks when it comes to HTTP cache, logs and even security.
4242

4343
Fortunately, thanks to the new features introduced in HTTP/2, it's now possible to create true REST APIs fixing these problems with ease and class! Here comes Vulcain!
4444

0 commit comments

Comments
 (0)