{"repo":"raphiniert-com/ra-data-postgrest","free":true,"listed":false,"github":"https://github.com/raphiniert-com/ra-data-postgrest","clone":"git clone https://github.com/raphiniert-com/ra-data-postgrest.git","description":"react admin client for postgREST","language":"TypeScript","stars":130,"topics":["api","postgrest","react","rest","postgresql","react-admin"],"license":"MIT","category":"databases-storage","readme_excerpt":"PostgREST Data Provider For React-Admin PostgREST Data Provider for react-admin, the frontend framework for building admin applications on top of REST/GraphQL services. Installation Citation If you use the PostgREST Data Provider in your research or project, please consider citing the corresponding paper. Feel free to include the following BibTeX entry in your publications: REST Dialect This Data Provider fits REST APIs using simple GET parameters for filters and sorting. This is the dialect used for instance in PostgREST. Method API calls ------------------ ------------------------------------------------------------------------------------ getList GET http://my.api.url/posts?order=title.asc&offset=0&limit=24&filterField=eq.value getOne GET http://my.api.url/posts?id=eq.123 getMany GET http://my.api.url/posts?id=in.(123,456,789) getManyReference GET http://my.api.url/posts?author id=eq.345 create POST http://my.api.url/posts update PATCH http://my.api.url/posts?id=eq.123 updateMany PATCH http://my.api.url/posts?id=in.(123,456,789) delete DELETE http://my.api.url/posts?id=eq.123 deleteMany DELETE http://my.api.url/posts?id=in.(123,456,789) Note : The PostgREST data provider expects the API to include a Content-Range header in the response to getList calls. The value must be the total number of resources in the collection. This allows react-admin to know how many pages of resources there are in total, and build the pagination controls. If your API is on another domain as the J","default_branch":null,"files":null,"tree":[],"storefront":"/r/raphiniert-com","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/raphiniert-com/ra-data-postgrest/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}