base
and put
functions.base
function to validate and construct a base URL for Deta database operations.put
function to insert data into a Deta database, with support for optional key and handling of different data types.base
function to provide more specific error messages.put
function to handle different data formats and include an optional key for data items.base
and put
functions.base
function to validate and construct a base URL for Deta database operations.put
function to insert data into a Deta database, with support for optional key and handling of different data types.base
function to provide more specific error messages.put
function to handle different data formats and include an optional key for data items.get
function to retrieve data from the Deta database.get
function to ensure reliability and correctness.put
function to better manage invalid inputs and server responses.base
function to include :throw-exceptions false
in the request headers, preventing exceptions from being thrown on server errors.README.md
for documentation structure and updated links to reflect the new documentation paths.base/insert
function for inserting data into the database with optional key specification.base/delete
function for removing items from the database by key.doc/intro.md
, doc/reference.md
, and doc/usage.md
to include the new insert
and delete
functions.base/delete
and base/insert
functions in test/deta/base_test.clj
.base
function to simplify the condition for checking the validity of the deta-key
.get
function to use a more concise condition for checking the validity of the key.README.md
to correct the installation instructions and to include a note on setting the DETA_KEY
environment variable for testing.doc/usage.md
to include detailed usage examples for the delete
and insert
functions.test/deta/base_test.clj
to include tests for the delete
and insert
functions.README.md
.base/put
function documentation from doc/reference.md
.fetch
to the base.clj
file, allowing for custom queries to the Deta database with support for pagination, sorting, and limiting results.fetch
function in the base_test.clj
file, covering various scenarios such as valid and non-matching queries, handling multiple queries, and pagination.project.clj
from 0.0.3
to 0.0.4
.project.clj
from 0.0.1
to 0.0.3
.fetch
function in base.clj
to handle more complex queries and parameters, enhancing the library's functionality.doc/intro.md
, doc/reference.md
, and doc/usage.md
files, as they have been consolidated into the docs branch for improved documentation structure.insert
function in src/deta/base.clj
to check if the query is a vector instead of a list.src/deta/base.clj
to handle 200 status responses and extract pagination and items information from the JSON response.test/deta/base_test.clj
to reflect changes in the fetch function.README.md
and project.clj
.Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close