ducksboard / libsaas

Python library to take the pain out of using SaaS APIs. It's like an ORM for SaaS!
http://ducksboard.github.io/libsaas/
MIT License
383 stars 81 forks source link

No documentation for libsaas source code #50

Open metaperl opened 11 years ago

metaperl commented 11 years ago

There is no documentation of the libsaas code itself. I am looking for docs on libsaas.base, libsaas.http, etc and I see nothing.

wulczer commented 11 years ago

Hi!

Unfortunately, we don't have really good documentation for internal libsaas parts yet, but most functions and classes from libsaas.services.base and libsaas.http should have informative docstrings.

At some point we'd like to add docs for external plugins writers, too, but for now I'd recommend you to read the code and try figuring out stuff from there.