kjk / notionapi

Unofficial Go API for Notion.so
https://blog.kowalczyk.info/article/c9df78cbeaae4e0cb2848c9964bcfc94/using-notion-api-go-client.html
BSD 2-Clause "Simplified" License
1.82k stars 86 forks source link

Add function for getting the URL of a requested export of pages #40

Closed 5hay closed 3 years ago

5hay commented 3 years ago

As discussed in #39 a new function was added to get the URL of the export. This function was then called in the already available ExportPages function.

Fixes #39

kjk commented 3 years ago

Thanks!