Merge branch 'main' of https://github.com/foss42/apidash into add-go-http-codegen

This commit is contained in:
Apoorv Dwivedi
2024-03-10 00:44:47 +05:30
46 changed files with 690 additions and 334 deletions

View File

@ -500,7 +500,8 @@ const kRaiseIssue =
const kCsvError =
"There seems to be an issue rendering this CSV. Please raise an issue in API Dash GitHub repo so that we can resolve it.";
const kHintTextUrlCard = "Enter API endpoint like api.foss42.com/country/codes";
const kHintTextUrlCard =
"Enter API endpoint like api.apidash.dev/country/codes";
const kLabelPlusNew = "+ New";
const kLabelSend = "Send";
const kLabelSending = "Sending..";