Some functions missing in the Endpoints page (PSU 5.0)

Product: PowerShell Universal
Version: 5.0.9

Hello everyone,

We are using PSU since version 3.X, and we are planning to migrate to 5.0.X soon.

But it seems that some functions is missing in the Endpoints page of PSU:

  1. Method GET and POST color tag are swapped. It’s disturbing
    Is this normal ? Now, GET is in green and POST is in blue. But in swagger, color are still like in version 4.X. That something is gonna be fixed or maybe something we can change in option (in the futur) ?

  2. We can’t set the number of endpoints displayed per page. When we have a lot of endpoints, it’s difficult to go through the pages. We can force through the URL but it’s not saved.

  3. There is no more “Folder” view in the Endpoints page. Is it something that will come back later ?

Thank you. (Sorry if the questions was already asked before :innocent:)

Sorry,

I forgot to mention another bug on the Endpoints pages:

  1. Method tags are not displayed correctly

If I take for example page 2 of my endpoints:
Tags bugged

It list that all my methods are GET (this is wrong).

If I modify the first endpoint and then I come back, now it’s displayed correctly:
Tags Ok

Of course, the bug come back if I click on the Endpoints page again.

We can get these issues resolved. I opened an issue here: Endpoint Issues · Issue #3848 · ironmansoftware/powershell-universal · GitHub

As for the folder view, this will come back in a future release. We are looking at ways to better organize endpoints in general (file system folders) and would like to implement that along with a folder system.

Thank you very much for your quick response :wink: