Javier Luna Molina

Results 4 issues of 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...

⭐️ Enhancement
Module: Remote API

# 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...