Hacker News new | ask | show | jobs
by dozzie 3229 days ago
This API is free, though somewhat incomplete:

  int publish(const char *document, size_t doc_size, const char *type);
  int obtain(char **document, size_t *doc_size, const char *doc_id);
HTH.