#
automatic-api
Here are 7 public repositories matching this topic...
gbinal
commented
Mar 18, 2016
Thanks for making such great code. I've got an instance running and am trying to document the ways that I can query the API.
So far, I've found:
- ?page=2
- ?[columnheader]=[value]
- ?[columnheader1]=[value1]&[columnheader3]=[value4] (returns results that have both value1 and value2)
- ?[columnheader1]=[value1]&[columnheader1]=[value2] (returns results that have value1 OR value2)
I'
Automatically generate a RESTful API service for CRUD operation on database and advanced search
cli
flask
sqlalchemy
crud
database
rest-api
restful
hateoas
advanced-search
automatic-api
browsable-api
-
Updated
Jun 6, 2020 - Python
Generating API automatically with Django
-
Updated
Feb 11, 2020 - Python
A web server that turns your PostgreSQL database directly into a RESTful API with powerful features
-
Updated
Jun 5, 2020 - Python
A web server that turns your PostgreSQL database directly into a RESTful API with powerful features
-
Updated
May 21, 2020 - Python
Improve this page
Add a description, image, and links to the automatic-api topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the automatic-api topic, visit your repo's landing page and select "manage topics."
I think the plugins docs need to extend beyond a single page now. I want to add a whole section on writing tests for plugins, showing how
httpxcan be used as seen in simonw/datasette-atom#3 and suchlike.