Ashita Prasad
Ashita Prasad
POST 4 code fails on execution. All submitted test cases should run locally and in this case it was not done. Please follow guidelines. POST 6 to 10 test cases...
@Vedanshi27vishu read [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)
@ChiragKr04 This feature is already being worked upon by the dev team.
@deepraj02 Sure, please go ahead
Nice @deepraj02 You can send a PR with the detailed instructions added to this page under the Homebrew section - https://github.com/foss42/apidash/blob/main/doc/dev_guide/packaging.md
>  > > [@ashitaprasad](https://github.com/ashitaprasad) Would a simple UI like this be okay for this ? Also proper rendering of Bearer Token with spaces is kind of hard when we...
Update: The frontend is already implemented. The only change required will be the addition on OpenAPI in ImportFormat enum and adding the parser code.
@sajid-31 You can use this package to parse the OpenAPI spec file - https://pub.dev/packages/openapi_spec Since OpenAPI spec is usually a dump of all the endpoints, once you have the parsed...
https://pub.dev/documentation/openapi_spec/latest/openapi_spec/
@sajid-31 There is no need to create a new environment. You can add path parameters enclosed as`{{param}}` in the URL itself. It will get highlighted in red and user can...