webengage-migration 0.1.0__tar.gz → 0.1.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: webengage-migration
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Webengage internal tool to migrate other party historical data into webengage ecosystem
5
5
  Home-page: https://www.webengage.com/
6
6
  Author: Nipun Patel
@@ -98,7 +98,7 @@ Once migration is initiated, provide the **API key for authorization**, **API ke
98
98
 
99
99
  ***Data Platforms → Integrations → Rest API → `API KEY`***
100
100
 
101
- ![Usage Example](apikey.png)
101
+ ![Usage Example](https://logextractor.s3.ap-south-1.amazonaws.com/apikey.png)
102
102
 
103
103
  ---
104
104
 
@@ -83,7 +83,7 @@ Once migration is initiated, provide the **API key for authorization**, **API ke
83
83
 
84
84
  ***Data Platforms → Integrations → Rest API → `API KEY`***
85
85
 
86
- ![Usage Example](apikey.png)
86
+ ![Usage Example](https://logextractor.s3.ap-south-1.amazonaws.com/apikey.png)
87
87
 
88
88
  ---
89
89
 
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="webengage-migration",
5
- version="0.1.0",
5
+ version="0.1.1",
6
6
  packages=find_packages(),
7
7
  install_requires=["requests"],
8
8
  entry_points={
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: webengage-migration
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Webengage internal tool to migrate other party historical data into webengage ecosystem
5
5
  Home-page: https://www.webengage.com/
6
6
  Author: Nipun Patel
@@ -98,7 +98,7 @@ Once migration is initiated, provide the **API key for authorization**, **API ke
98
98
 
99
99
  ***Data Platforms → Integrations → Rest API → `API KEY`***
100
100
 
101
- ![Usage Example](apikey.png)
101
+ ![Usage Example](https://logextractor.s3.ap-south-1.amazonaws.com/apikey.png)
102
102
 
103
103
  ---
104
104