you are viewing a single comment's thread.

view the rest of the comments →

[–]magnora7[S] 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (3 children)

Good luck! Let us know if you make any progress as we're always looking to add more software to the saidit suite of programs

[–][deleted] 2 insightful - 1 fun2 insightful - 0 fun3 insightful - 1 fun -  (0 children)

Thanks! You can look at progress here: JRAW-saidit Slide-saidit

So far I've just ported JRAW to use saidit's API, but it's not tested yet at all

[–][deleted] 2 insightful - 1 fun2 insightful - 0 fun3 insightful - 1 fun -  (1 child)

By the way, is there any documentation of API differences between this and reddit (for example, the vote system), or a sub where I can ask API questions? https://saidit.net/dev/api doesn't have updated documentation. Looking for stuff in the code is tedious, especially when it's not in an IDE.

EDIT: oh wait, it kinda seems to? Still calls them upvotes/downvotes though. Maybe it isn't that outdated after all.

[–]magnora7[S] 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

As far as I know there are no differences whatsoever. We haven't changed the API system a single bit. Like you noted, many of the old variable names are unchanged and such. We simply have verified it works and done nothing else, so there really is no more documentation beyond the reddit documentation.