معرفی شرکت ها


chino-io-scriba-0.0.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Chino.io Scriba SDK Python
ویژگی مقدار
سیستم عامل -
نام فایل chino-io-scriba-0.0.0
نام chino-io-scriba
نسخه کتابخانه 0.0.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده -
ایمیل نویسنده -
آدرس صفحه اصلی https://www.chino.io
آدرس اینترنتی https://pypi.org/project/chino-io-scriba/
مجوز -
# chinoscriba Chino.io :: Scriba Documentation: the Application Programming Interface This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project: - API version: v1 - Package version: 1.0.0 - Build package: io.swagger.codegen.v3.generators.python.PythonClientCodegen ## Requirements. Python 2.7 and 3.4+ ## Installation & Usage Install the generated package (see on top here or): pip install chinoscriba ## Getting Started ```python import chinoscriba from chinoscriba.rest import ApiException from pprint import pprint # Configure HTTP basic authorization: Basic configuration = chinoscriba.Configuration() configuration.username = 'customer_id' configuration.password = 'customer_key' # create an instance of the API class api_instance = chinoscriba.DefaultApi(chinoscriba.ApiClient(configuration)) limit = 56 # int | Number of results to return per page offset = 0 # int | The initial index from which to return the results # # Audit logs # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # Create a new Log body = chinoscriba.AuditLog() # AuditLog | try: api_response = api_instance.logs_create(body) pprint(api_response) except ApiException as e: print("Exception when calling DefaultApi->logs_create: %s\n" % e) # Create multiple Logs (bulk) body = [chinoscriba.AuditLog()] # list[AuditLog] | try: api_response = api_instance.logs_multiple(body) pprint(api_response) except ApiException as e: print("Exception when calling DefaultApi->logs_multiple: %s\n" % e) try: # List all Logs api_response = api_instance.logs_list(limit=limit, offset=offset) pprint(api_response) except ApiException as e: print("Exception when calling DefaultApi->logs_list: %s\n" % e) try: # Search by query api_response = api_instance.logs_search(body, limit=limit, offset=offset) pprint(api_response) except ApiException as e: print("Exception when calling DefaultApi->logs_search: %s\n" % e) try: # Retrieve customer statistics api_response = api_instance.stats_read() pprint(api_response) except ApiException as e: print("Exception when calling DefaultApi->stats_read: %s\n" % e) # # Exporter # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # try: # List exportable Blocks api_response = api_instance.exported_list(limit=limit, offset=offset) pprint(api_response) except ApiException as e: print("Exception when calling DefaultApi->exported_list: %s\n" % e) # Export a Block block_id = "" # string | ID of the Block to download try: api_instance.exported_read(block_id) except ApiException as e: print("Exception when calling DefaultApi->exported_read: %s\n" % e) ```


نیازمندی

مقدار نام
>=1.15 urllib3
>=1.10 six
- certifi
- python-dateutil


نحوه نصب


نصب پکیج whl chino-io-scriba-0.0.0:

    pip install chino-io-scriba-0.0.0.whl


نصب پکیج tar.gz chino-io-scriba-0.0.0:

    pip install chino-io-scriba-0.0.0.tar.gz