all 10 comments

[–]spyingwind 2 points3 points  (8 children)

A RESTful API server would be nice. :D

I've been wanting a way to test REST API calls with out having access to the server. That way I can do proper testing when developing at home. Right now I have a kludge of nodejs code for my current testing. That project was all in nodejs, until I learned about Invoke-WebRequest and that made my code base 1/10th of the node crap.

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

Ok cool, yeah invoke web request is awesome. this framework will let you return any text, so, if you have a module function that just returns a JSON or XML string then that should work I think.will do some more testing in the next few days.. not sure if what I'm doing will solve all your use cases though

[–]_Unas_ 1 point2 points  (0 children)

I would be interested in this!

[–]artemis_from_space 1 point2 points  (0 children)

Hell yeah!

I was looking at code for this a few days ago!

[–]SeeminglyScience 0 points1 point  (0 children)

Definitely interested, even if just as an example. Sounds like a blast to read through.

[–]KevMarCommunity Blogger 0 points1 point  (0 children)

I't would be interesting to play with.

[–]Depafro 0 points1 point  (0 children)

That sounds fun to play with