API Bookmark Creation Program – Utilizing PowerShell

Today I created something pretty cool.

So basically, I analyzed the weird broken format of bookmark HTML exports and created a program that you can feed endpoints so it will generate your own basic API tool for debugging common endpoints.

Basically you feed it Dev/UAT/Prod strings for the Frontend Application URL and the Backend Webservices URL and it generates a nested folder structure of bookmarks based on the Actions and Endpoints given.

Below is the link to the Github repo and an example picture:

https://github.com/qwertycody/ApiBookmarkGenerationTool

Leave a comment