question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. Itย collects links to all the places you might be looking at while hunting down a tough bug.

And, if youโ€™re still stuck at the end, weโ€™re happy to hop on a call to see how we can help out.

๐Ÿ“š Documentation: Python list_documents arguments are incorrect.

See original GitHub issue

๐Ÿ’ญ Description

Arguments for list_documents in Python SDK are wrong.

In Python SDK code link: def list_documents(self, collection_id, filters = None, limit = None, offset = None, order_field = None, order_type = None, order_cast = None, search = None):

In Python SDK documentation they follow camel case: orderField, orderType, orderCast

๐Ÿ‘€ Have you spent some time to check if this issue has been raised before?

  • I checked and didnโ€™t find similar issue

๐Ÿข Have you read the Code of Conduct?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
eldadfuxcommented, Jan 5, 2022

This fix is now available as part of Appwrite 0.12 which is now officially released. You can learn more at: https://dev.to/appwrite/its-here-announcing-the-release-of-appwrite-012-5c8b

1reaction
eldadfuxcommented, Dec 2, 2021

Maybe we can change the Request title to HTTP Request? and Response to HTTP Response?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Built-in Exceptions โ€” Python 3.11.1 documentation
The associated value is usually passed as arguments to the exception class's constructor. ... Base class for syntax errors related to incorrect indentation....
Read more >
argparse โ€” Parser for command-line options, arguments and ...
') The ArgumentParser object will hold all the information necessary to parse the command line into Python data types.
Read more >
Issue 37465: Incorrect documentation for `s#` arguments in C API ...
In https://docs.python.org/3.9/c-api/arg.html, in the documentation for parsing argument, there is: s# (str, read-only bytes-like object) [const char *ย ...
Read more >
Built-in Functions โ€” Python 3.11.1 documentation
The arguments are an object and a string. The result is True if the string is the name of one of the object's...
Read more >
Parsing arguments and building values โ€” Python 3.11.1 ...
Parse the parameters of a function that takes only positional parameters into local variables. Returns true on success; on failure, it returns false...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found