Javier Luna Molina
Javier Luna Molina
Add type declarations to improve library's usage in Typescript. Fixes [#21](https://github.com/Everettss/puppeteer-har/issues/21)
The function that fetches appointments was blocking the main thread, mainly because it was using the `requests` library that does not support async/await. That meant that during the `get_appointment` duration...
**Description of the problem** I'm currently using INCEpTION in an automated pipeline. I've been using INCEpTION's API to interact with it, but the API itself is very limited: It only...
# Flask DocumentBlueprint Is a blueprint which adds all views defined in it to the spec. You can ommit one view from being added to the spec setting `documented=False` in...
### Description of change Adds the '.website' TLD so I can use my email in spanish websites that use this package ### Pull-Request Checklist - [x] Code is up-to-date with...