Replies: 2 comments
-
Thanks for the detailed feedback @yahu1031
We are working on improving it. Thank you for your suggestions.
+1
Save button's purpose is to save the current list of API requests. User notification is definitely missing in form of a toast and needs to be explored.
A reason why we described its purpose in the Home Page.
Apart from renaming requests which we are currently working on, other points you mentioned above are design decisions.
Again, these are design decisions.
This is blasphemy. Thanks for catching this error.
What if the user wants to generate a code with params, headers, body ... but fill in API URL later?
We did take a look into it earlier, but finally went ahead with the current approach as it is less confusing for the user.
+1 for JSON validation.
+1 As it will make the generated code more pluggable. |
Beta Was this translation helpful? Give feedback.
-
Hi @yahu1031 Following up on this discussion to share some updates. As the core project structure is now stable, I have converted the remaining pointers into issues: #22 #23 Please do feel free to send across a PR 🤗 for these issues or any other issues that are currently open. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Feedback/Review
NOTE: WRT the code.
These indications
Home page:
Info Section(Right side)
Text
andButtons
. Better make them all same height.Star on Github
andGithub Repo
- Point it to issues.Interaction Section(Left side)
Home Button
- Does nothing when I'm already on the home screen.Save Button
- Does nothing when I'm on the home screen.New Button
- Creates new API call screen(Good).API call page:
Request Tile(Left side)
API Call Body(Right side)
String
, utilizing Map and stringifying(parsing) will be a good alternative.Beta Was this translation helpful? Give feedback.
All reactions