Changes between Version 1 and Version 2 of Examples/PA-API OAuth2 Python Example


Ignore:
Timestamp:
Aug 12, 2026, 1:13:51 PM (8 days ago)
Author:
edwin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Examples/PA-API OAuth2 Python Example

    v1 v2  
    77You can install them using pip:
    88
    9 ```bash
     9{{{
    1010pip install -U flask requests
    11 ```
    12 
    13 **The Example Project**
    14 
    15 ### Running the Project
     11}}}
     12
     13== The Example Project
     14
     15**Running the Project**
    1616
    1717You can run the project's main application using Python from the root of the project folder: