serpapi / public-roadmap

Public Roadmap for SerpApi, LLC (https://serpapi.com)
51 stars 4 forks source link

[Google Play Books Store API] Typo in example JSON #398

Closed chukhraiartur closed 1 year ago

chukhraiartur commented 1 year ago

There is a typo in the documentation example:

typo

Current key name:

"extansion": {
    # some data
},

Expected key name:

"extension": {
    # some data
},

Link to Documentation: https://serpapi.com/google-play-books

sebastianquek commented 1 year ago

@chukhraiartur Thanks for raising this issue. Both the documentation and the actual output JSON have been updated to use the "extension" key.