ca2longoria / spritely

A reimagining of the unfinished charasprite project, but this time using a preexisting local Java web server, nanohttpd.
Other
0 stars 0 forks source link

Spritely to SpritelyServerPlugin return Object simplification #9

Open ca2longoria opened 10 years ago

ca2longoria commented 10 years ago

Summary

This currently returns as a Map<String,Object>, but that was originally intended for communication between SpritelyServerPlugin and Server. Since Server is simply passed along a full-on NanoHTTPD.Response, this oblique returning object was somehow scooted over to Spritely before I realized. Must eventually fix.


Concrete Requirements


Related Issues

ca2longoria commented 10 years ago

Low priority, since everything does presently work, despite this odd mistake.

ca2longoria commented 10 years ago

Referencing Issue #7.

ca2longoria commented 10 years ago

Changing priority to medium, since I'll be implementing other REST API calls, soon, and they need to start off in the proper format.