You cannot post messages because only members can post, and you are not currently a member.
Description:
Are you working on the PBwiki API or interested in it? It's *strongly* suggested that you subscribe to this list. Official / timely announcements concerning the API will be made here and you can chat with other PBwiki API developers!
|
|
|
comments...
|
| |
it seems as though comments are invisible to the API.. is this true or
is there a way to fetch them?
Also, they aren't present in the backup zips either, so I can' t find
any way to inspect them short of scraping the screens..
|
|
eek!
|
| |
who knew this forum would be not safe for work!
|
|
PBWiki API is getting a makeover!
|
| |
Hi Everyone!
I'm Jessica, one of the Product Designers here at PBWiki. We're
hoping to give our API a makeover in order to help our beloved hackers
take better advantage of all PBWiki has to offer. Here are a few
questions we've started to think about:
- In what ways can PBWiki help developers get started with using our... more »
|
|
AddPage for v1 api
|
| |
does AddPage support the nostrip param like ChangePage does? (if so,
should it be documented?)
Also.. I accidentally added a page with a "+" character in it, and
I've created a page that I can't access...
it creates the page with the "+" but clicking on it tries to go to a
page with a "%20" in that place.... more »
|
|
Newbie win32 programmer - a thread to start pulling at.
|
| |
Hi, I don't really know where to start. I am a win32 programmer and have used HTTP components a little as well as HTTPS components a little (I have found some JSON components). I am looking at the quick way of getting my hello world application running. I don't currently have a PHP, Ruby .. IDE, but... more »
|
|
api 2.0 and pbwiki 1.0...
|
| |
does the 2.0 wiki work on v1.0 wikis?
I accidentally called "/api_v2/op/GetOps/_type/jsont ext" on a 1.0 wiki
and got back a whole list of operations... (even if none of those
function I'm glad that at least getops works)
also.. I'm using this call to detect if the user is logged in or not
(checking if their _auth_role is "world"), and this seems to work... more »
|
|
New look, new features for PBwiki 2.0 API
|
| |
Hey PBwiki people, We've just released a new, much more friendly look for the v2 API, along with some useful new features. Check out the new docs at { your wiki .pbwiki.com }/api_v2/ Based on Tim Laubach's suggestion earlier today, I've built a new mechanism for some API ops to have op-specific keys. The first of... more »
|
|
wiki specific authentication keys for specific api calls...
|
| |
It'd be cool if the wiki administrator could set a static
authentication key for specific api calls....
these could be like passwords for those calls..
my use case for this would be for the adduser call... if you could set
"xyz123" as the wiki specific authentication key for that command,
then you could put a publicly accessible link on your frontpage that... more »
|
|
getpage
|
| |
[link]
Optional inputs
Name Type Description
revision epoch seconds Timestamp of a particular revision (activates
permanent cachability depending on permissions)
content int[0,1] return content for the page (default is 1)... more »
|
|
pbwiki v1 API on v2 wikis....
|
| |
Is there some way we could enable v1 apis on v2 wikis?
Or... barring that.. how about bringing the "rendercontent" function
across from the v1 wiki since that's the only thing I really want to
use..
Cheers!
-Tim
|
|
|