1. Scott said:

    Any chance you have working copy of this? Seems that it doesn't work any longer with all the updated Atom implementations….

    Thanks!

    • Beau Lebens said:

      Unfortunately I don't have an updated version of this code, but the
      \”basics\” of the HTTP transactions etc in there should still work
      (hopefully). You'll just probably have to write a bunch of custom code
      to do specifically whatever you're trying to do. The intention of this
      library was really just to provide a super basic layer to make some of
      the low-level stuff easier. It was never really intended to
      automatically handle any specific implementation of an Atom API.

      • Scott said:

        Thanks for the response Beau. Yeah, the library was seeming to not work at all, but I fiddled around with it a bit, and even though I don't have it working yet, it's getting closer. The main issue seems to be the get_feeds() function, which doesn't seem to be able to correctly parse the responses. I started to convert the RegExs in there over to use SimpleXML… If I get it working I'll let you know. I think that you're right though, that once the feed parsing is cleaned up, that all the other plumbing should *hopefully* just work.

  2. praveen kalal said:

    hi
    i am passing the correct username and password in the parameter but still its giving error:

    Authentication against the AtomAPI endpoint failed. Please check your username/password.
    so whats the solution of this.

  3. Umesh said:

    I am wondering how to pass status as draft/publish using this API.

    Can you please let know if anything update on this API?

    • Beau Lebens said:

      To be honest, I have no idea. I also don\’t know if this still works at all — I haven\’t touched this code in a few years I\’m afraid.

Comments are closed.