PostgREST / postgrest-docs

This repo is archived and will be merged into postgrest/postgrest soon.
http://postgrest.org
MIT License
365 stars 164 forks source link

Drop all plain HTTP snippets in favor of `curl` commands #720

Closed steve-chavez closed 5 months ago

steve-chavez commented 6 months ago

Problem

It's easy to forget adding both curl and HTTP syntax snippets. See: https://github.com/PostgREST/postgrest-docs/pull/719

Solution

Drop all existing HTTP snippets. Focus on only making the curl snippets readable from now on.

laurenceisla commented 6 months ago

Yes, I agree. I guess curl snippets are more useful for practical purposes than the HTTP ones. Also a consistent format should be kept for the snippets (could help if we want to add other snippets in the future).