jenius-apps / nightingale-rest-api-client

A modern, resource-efficient REST API client for Windows
https://nightingale.rest
MIT License
759 stars 36 forks source link

Is This Application Still Supported? #264

Closed CricutMike closed 11 months ago

CricutMike commented 11 months ago

Hello, :-) I just discovered this app, and I really like it. Smooth, simple, fast. It's great! However, I notice that the application has not been updated in the Windows Store since early 2022 (according to the LastUpdateDateUtc in this JSON response from windows store), and this makes me hesitate to use this app in my professional setting. Is development of this app still ongoing? I know it has already been mentioned why this app is not open source, but has that changed at all?

Thanks -- Michael

justummar commented 11 months ago

I don't know if the app works in windows 11 or something I tried today and it couldn't even do a basic post request, I confirmed my request was 100% correct because I tried in a .http file and in vscode with the rest extention, but this app kept failing.

CricutMike commented 11 months ago

@justummar For what its worth, I've been using it in Windows 11 successfully. 😊 However, I set up my requests directly in the UI, so you might consider trying that.

dpaulino commented 11 months ago

Yep still supported, but just haven't had much time to make some updates due to life events. Will address some stuff soon!

dpaulino commented 11 months ago

FYI the LastUpdateDateUtc property doesn't represent the package being updated. It represents the product page's update date. For example if I edited the description of the app in the store, the LastUpdateDateUtc property would change.

So just keep that in mind for the future. Just because that property is updated, it doesn't mean the app itself was updated.

CricutMike commented 11 months ago

Oh, that's actually very good information. Thank you, @dpaulino. And I completely understand life stuff keeping you busy. Really nice work on this project! If you are ever able to open it up, I'm sure there are plenty in the community that would love to support you! :-)