Daraja Framework RESTful extension 2.1 released


https://mikejustin.wordpress.com/2016/07/03/daraja-framework-restful-extension-2-1-released/

Comments

  1. I assume it supports FPC for Windows only, but not FPC for Linux?

    ReplyDelete
  2. code completion works in VSCode? for Object Pascal?

    ReplyDelete
  3. Александр Савиных ...yes with omnipascal from Christopher Wosinski

    ReplyDelete
  4. The API of TdjRestfulComponent is just bad IMO.

    Writing some methods after each other that are related by some kind of grammar is not how you should do things - that is what fluent API or CoC is for.

    Other similar libraries like DMVC or MARS are doing this way better.

    ReplyDelete
  5. Looks nice - my attempt at a helpful suggestion would be to not be so bound to Indy so you could use this with other servers perhaps.

    ReplyDelete
  6. Stefan Glienke , Yes, such structure is only good for very short code logics.

    ReplyDelete
  7. Dont().Listen().To().The().Fluent().Interface().Thing() It is just an excrescence! LOL

    ReplyDelete
  8. Darian Miller I agree. In case you'd be interested in an alternative: http://xxm.sf.net/ isn't bound to Indy at all...

    ReplyDelete

Post a Comment