phiture / searchads_api

Apple Search Ads API non-official python library
MIT License
49 stars 13 forks source link

Update SearchAds API to handle cert and key as strings #14

Closed stepcha closed 6 months ago

stepcha commented 6 months ago

The SearchAds API is updated to handle certificate and key as strings. This provides more flexibility as users can now provide the contents of cert and key files directly without referencing the file path. Additionally, various parts of the code were cleaned up and made more readable. Minor changes to the requirements.txt and README.md files were also made.

stepcha commented 6 months ago

@alkattan could you review this PR and upload to pipy, thanks!