mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Release 0.50
Refs #1001, #514, #891, #943, #969, #970, #978, #980, #996, #997 Closes #1002
This commit is contained in:
parent
c12b7a5def
commit
a61f0e4e15
3 changed files with 18 additions and 14 deletions
|
|
@ -330,8 +330,8 @@ You can try out these messages (including the different visual styling of the th
|
|||
|
||||
.. _internals_datasette_client:
|
||||
|
||||
.client
|
||||
-------
|
||||
datasette.client
|
||||
----------------
|
||||
|
||||
Plugins can make internal HTTP requests to the Datasette instance within which they are running. This ensures that all of Datasette's external JSON APIs are also available to plugins.
|
||||
|
||||
|
|
@ -365,7 +365,6 @@ It offers the following methods:
|
|||
|
||||
For documentation on available ``**kwargs`` options and the shape of the HTTPX Response object refer to the `HTTPX Async documentation <https://www.python-httpx.org/async/>`__.
|
||||
|
||||
|
||||
.. _internals_database:
|
||||
|
||||
Database class
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue