Commit Graph
6 Commits
Author SHA1 Message Date
Keith RozarioandGitHub a380e7083f Update guides-bulk example (#774)
Fixed examples to make them working python code. (missing commas and quotes.

Signed-off-by: Keith Rozario <[email protected]>
2024-07-14 10:27:35 -04:00
Patrick O'ConnorandGitHub 9ee0b23c63 rc corrected to response (#772)
* rc corrected to response

There seems to be a mistype in the code. I believe it's meant to say response

Signed-off-by: Patrick O'Connor <[email protected]>

* Corrected line 33

Signed-off-by: Patrick O'Connor <[email protected]>

---------

Signed-off-by: Patrick O'Connor <[email protected]>
2024-07-11 22:30:44 -07:00
Daniel (dB.) DoubrovkineandGitHub 1801ada270 Added pylint, enforce naming. (#590)
* Added pylint.

Signed-off-by: dblock <[email protected]>

* Enforce pylint:invalid-name.

Signed-off-by: dblock <[email protected]>

* Updated the generated code header to prevent broken links.

Signed-off-by: dblock <[email protected]>

* Swapped order of messages.

Signed-off-by: dblock <[email protected]>

---------

Signed-off-by: dblock <[email protected]>
2023-11-21 10:04:39 -08:00
Daniel (dB.) DoubrovkineandGitHub c66e1e37be Fix: TypeError on calling parallel_bulk. (#601)
* Fix: TypeError on calling parallel_bulk.

Signed-off-by: dblock <[email protected]>

* Added a sample that uses a bulk function generator.

Signed-off-by: dblock <[email protected]>

---------

Signed-off-by: dblock <[email protected]>
2023-11-17 10:18:42 -08:00
Daniel (dB.) DoubrovkineandGitHub 54a517ada9 Added bulk samples and explained error handling. (#448)
* Added bulk samples and explained error handling.

Signed-off-by: dblock <[email protected]>

* The client can serialize an array for you.

Signed-off-by: dblock <[email protected]>

---------

Signed-off-by: dblock <[email protected]>
2023-07-25 19:17:28 -07:00
Daniel (dB.) DoubrovkineandGitHub 58217d98ff Reorganize documentation and add samples. (#447)
Signed-off-by: dblock <[email protected]>
2023-07-24 10:23:51 -07:00