Monday 14 August 2017

IBM API Connect - still learning how to say "Doh!"

I saw this: -


when testing my API, using the local API Connect Toolkit ( apic edit ), even though the same API worked happily on IBM Bluemix.

The suggested URL: -


didn't work, and there was nothing listening on port 4001 on my Mac.

Then I noticed this: -


I clicked on the Play icon, which gave me this: -


further validated thusly: -

netstat -an | grep LISTEN

tcp46      0      0  *.4001                 *.*                    LISTEN     

and now I get this: -


and, more importantly, this: -


so #LifeIsGood 

No comments:

Visual Studio Code - Wow 🙀

Why did I not know that I can merely hit [cmd] [p]  to bring up a search box allowing me to search my project e.g. a repo cloned from GitHub...