Skip to content
Snippets Groups Projects
Commit 0d7c1b47 authored by Valerio Formato's avatar Valerio Formato
Browse files

Merge branch 's3_dev' into 'main'

Ancora cambiato una virgola!

See merge request !23
parents 01ae4122 e72bdab5
No related branches found
No related tags found
1 merge request!23Ancora cambiato una virgola!
Pipeline #21167 passed
...@@ -55,7 +55,7 @@ Dataset summary ...@@ -55,7 +55,7 @@ Dataset summary
* - **observable:** * - **observable:**
- -
* - **latest update:** * - **latest update:**
- 2024-05-13 07:34:22 - 2024-05-16 06:11:43
Columns specification Columns specification
~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~
...@@ -274,7 +274,7 @@ Code example ...@@ -274,7 +274,7 @@ Code example
``#### the methods provided by the CaesarAPI class.`` ``#### the methods provided by the CaesarAPI class.``
``from aspis.CaesarAPIwrapper.request_caesar import CaesarAPI`` ``import ASPISpy.aspis as aps``
``import pandas as pd`` ``import pandas as pd``
...@@ -290,7 +290,7 @@ Code example ...@@ -290,7 +290,7 @@ Code example
``# Initialize the CaesarAPI connector`` ``# Initialize the CaesarAPI connector``
``api = CaesarAPI(credentials={'email': '<your_email>','password': '<your_password>'})`` ``api = aps.CaesarAPI(credentials={'email': '<your_email>','password': '<your_password>'})``
``# [INFO] user <your_email> authenticated`` ``# [INFO] user <your_email> authenticated``
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment