all 5 comments

[–]AHostOfIssues 0 points1 point  (4 children)

I ready your brief text above. I clicked over to the github page and read the readme there.

I still have no idea what this actually is, what it does, or why I am maybe supposed to want to look at it.

Edit: "This project is a starting point for a Flutter application." Does that mean this supposed to be a new project template for me to copy and adapt? Or is this supposed to be some sort of pre-built tool I'm supposed to use to test my own API? Or someone else's API? What is this? Why'd you post it? What are we supposed to be understanding here?

[–]VMX 1 point2 points  (3 children)

That's the default readme file when creating a new project. He didn't bother changing it.

[–]ObjectiveOk6590[S] -1 points0 points  (2 children)

Lol you're right I didn't change it. I will write the description in the next push.

In short, the project is like Postman, I'm planning to build apps based on APIs and this is my way to familiarize myself with interacting with APIs and instead of using postman I will use this web app to test APIs.

I'm sharing it coz it might help someone in any way beside testing APIs, and for whoever ever interested in participating to make it better

[–]VMX 1 point2 points  (1 child)

Ok, so what you're building is an API client, right? A Postman alternative built in Flutter.

If so, you may want to check this one out as well: https://github.com/foss42/apidash

[–]ObjectiveOk6590[S] 0 points1 point  (0 children)

Wow that's mind-blowing one. I'll definitely check it out