Blog post: Introducing MARS-Curiosity: a new REST library for Delphi #REST
Blog post: Introducing MARS-Curiosity: a new REST library for Delphi #REST
http://www.andreamagni.eu/wp/2016/03/introducing-mars-curiosity-a-new-delphi-rest-library/
http://www.andreamagni.eu/wp/2016/03/introducing-mars-curiosity-a-new-delphi-rest-library/
http://www.andreamagni.eu/wp/2016/03/introducing-mars-curiosity-a-new-delphi-rest-library/
http://www.andreamagni.eu/wp/2016/03/introducing-mars-curiosity-a-new-delphi-rest-library/
WEB-Curiosity, would have made me more curios! (;
ReplyDeleteImpressive work. Might even make me reconsider using Delphi for future web service projects (we currently use .Net)
ReplyDeleteRick Wheeler alternatively, you could give golang a try, it has many things working out of the box, the number of REST libs is pretty high, you can save a few $$$ using a nix server, etc.
ReplyDelete/sub
ReplyDeleteSoo um your project is a fork of MARS?(Trying to understand the projecthierarchy). In short: what are the differences?
ReplyDeleteAlexander Benikowski Here is a change log since the fork: https://github.com/andrea-magni/MARS/wiki/Change-Log
ReplyDelete/sub
ReplyDeleteAndrea Magni Ah thanks. WIll this flow back to the original project? I'd be happy to see it in Delphinus(Packagemanager for Delphi), but my system currently ignores forks(for a reason)
ReplyDeleteAlexander Benikowski at the moment I don't plan to merge back my fork to the original project. Sorry. Any chance to get over this problem on your side?
ReplyDeleteAndrea Magni thats currently a limitation based on Github and the Community .. To collect a list of packages i search using the github api. However to avoid package duplicates(due to forks) i ignore them right now. And some people simply use forks like stars. Which is total bs o.O. I just have to limit the number of operations i do on the api to avoid overhead. And in this case pushing your repo as a standalone is not an ideal solution either since its absolutely useful for your project to be marked as fork. (because you actually created a "real" fork). Have to think about it, if there is something i can do which doesn't clutter the current mechanics/loadtimes
ReplyDeleteFor the not so far future i planned to add references. So you can create a repo which includes the scripts for delphinus and references the actual repo to pull the source from. This might be a solution to the project. However, no ETA on when i can implemenht it.
ReplyDeleteAny plan to support FPC for Linux?
ReplyDeleteAlexander Benikowski If I can be of any help, just let me know ;-)
ReplyDeleteSure :)
ReplyDeleteEdwin Yip I have used FPC a few time ago (for a RaspberryPi project) but I am not an expert. I don't know what effort should take to be compatible with FPC... I've used attributes, RTTI and anonymous methods and I don't know if they are currently available or not. In short, the answer is no, I have plans for Linux but with respect to those of Embarcadero...
ReplyDeleteAndrea Magni FPC does not support anonymous methods, RTTI is limited or uses the old TypeInfo style
ReplyDelete