Ashita Prasad

Results 219 comments of Ashita Prasad

> [@ashitaprasad](https://github.com/ashitaprasad) , I will work on this just few question for clarification, and my approach being by adding OpenAPI to our ImportFormat enum and building a parser with the...

@akshayw1 You can send across a draft PR.

Upon further investigation I found the fix: Changing ```dart script.innerHTML = '''function ${_frameId}_print(){var f=document.getElementById('$_frameId');f.focus();f.contentWindow.print();}''' .toJS; ``` to ```dart script.innerHTML = '''function ${_frameId}_print(){var f=document.getElementById('$_frameId');f.focus();f.contentWindow.print();}'''; ``` `JSString` conversion using `.toJS` is no...

> Could you elaborate issue [#611](https://github.com/foss42/apidash/issues/611) Add API Auth? Since many services provide api key for access to their api, end users by default have to add this parameter to...

> [@ashitaprasad](https://github.com/ashitaprasad) I was wondering if all auth methods collectively should be placed in one place right. I have used postman and insomnia both in which they restrict you to...

@xkaper001 You have to provide all the steps in the markdown form like this PR - https://github.com/foss42/apidash/pull/566 The first three links are to the official medium blog as they were...

Thanks for adding the packaging guide @xkaper001

> [@ashitaprasad](https://github.com/ashitaprasad) I was planning on implementing the CI/CD pipeline. A key is required to publish it to community.chocolately.org. How should I go about it? Will you be creating a...

@FreeBono You can look into the link shared and check out some package first which has this feature. Then you can use it directly or go through its code base...

@Jaishree2310 [Why we do not assign issues to anyone?](https://github.com/foss42/apidash/blob/main/CONTRIBUTING.md#why-we-do-not-assign-issues-to-anyone)