Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
  • dario.delmoro-main-patch-65693
  • dario.delmoro-main-patch-95280
  • edit1
  • main
  • monica.laurenza-main-patch-50594
  • nuovo_branch
  • nuovo_branch2
  • s2_dev
  • s3_dev
9 results

Target

Select target project
  • caesar/wp2330/wiki
1 result
Select Git revision
  • dario.delmoro-main-patch-65693
  • dario.delmoro-main-patch-95280
  • edit1
  • main
  • monica.laurenza-main-patch-50594
  • nuovo_branch
  • nuovo_branch2
  • s2_dev
  • s3_dev
9 results
Show changes

Commits on Source 2

......@@ -55,7 +55,7 @@ Dataset summary
* - **observable:**
-
* - **latest update:**
- 2024-05-13 07:34:22
- 2024-05-16 06:11:43
Columns specification
~~~~~~~~~~~~~~~~~~~~~
......@@ -274,7 +274,7 @@ Code example
``#### the methods provided by the CaesarAPI class.``
``from aspis.CaesarAPIwrapper.request_caesar import CaesarAPI``
``import ASPISpy.aspis as aps``
``import pandas as pd``
......@@ -290,7 +290,7 @@ Code example
``# 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``
......