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/

Comments

  1. WEB-Curiosity, would have made me more curios! (;

    ReplyDelete
  2. Impressive work. Might even make me reconsider using Delphi for future web service projects (we currently use .Net)

    ReplyDelete
  3. Rick 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
  4. Soo um your project is a fork of MARS?(Trying to understand the projecthierarchy). In short: what are the differences?

    ReplyDelete
  5. Andrea 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)

    ReplyDelete
  6. Alexander 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?

    ReplyDelete
  7. Andrea 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

    ReplyDelete
  8. For 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.

    ReplyDelete
  9. Any plan to support FPC for Linux?

    ReplyDelete
  10. Alexander Benikowski If I can be of any help, just let me know ;-)

    ReplyDelete
  11. Edwin 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...

    ReplyDelete
  12. Andrea Magni FPC does not support anonymous methods, RTTI is limited or uses the old TypeInfo style

    ReplyDelete

Post a Comment