Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
API use cases
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  15 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
maciej  
View profile  
 More options Jul 26 2009, 10:00 pm
From: maciej <mceglow...@gmail.com>
Date: Sun, 26 Jul 2009 19:00:18 -0700 (PDT)
Local: Sun, Jul 26 2009 10:00 pm
Subject: API use cases
For those of you who have asked about API access, can you post some
use cases to help in the design?

Despite my fear of SSL configuration I am leaning towards requiring
https://, so I'm particularly interested to hear if there are any use
cases that can't deal with that protocol.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
TylerWeir  
View profile  
 More options Jul 27 2009, 7:37 am
From: TylerWeir <tyler.w...@gmail.com>
Date: Mon, 27 Jul 2009 04:37:59 -0700 (PDT)
Local: Mon, Jul 27 2009 7:37 am
Subject: Re: API use cases
I would love to build a desktop and iPhone app for Pinboard.

With the addition of an API I would hope that the authors of twitter
apps would include "post to pinboard" when URLs are detected.  I do
that manually right now.

I'm sure someone has a more creative idea, as mine are a bit
utilitarian.

Tyler

On Jul 26, 10:00 pm, maciej <mceglow...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ramanan  
View profile  
 More options Jul 27 2009, 12:03 pm
From: Ramanan <rsiva...@gmail.com>
Date: Mon, 27 Jul 2009 09:03:49 -0700 (PDT)
Local: Mon, Jul 27 2009 12:03 pm
Subject: Re: API use cases

> For those of you who have asked about API access, can you post some
> use cases to help in the design?

Posting a link was the big thing I was looking to do. I used to have a
script I would use to link to stuff on my blog, and cross post it to
pinboard. This would also let people writing Twitter iPhone clients
and other junk like that to post to a users pinboard account.

One thing I want to do now is write a script that will pull posts
tagged with something like "posttoblog" from pinboard and post them to
my blog, but I can probably do this with the RSS feed.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Romain  
View profile  
 More options Jul 28 2009, 6:19 pm
From: Romain <romainlafourc...@gmail.com>
Date: Tue, 28 Jul 2009 15:19:39 -0700 (PDT)
Local: Tues, Jul 28 2009 6:19 pm
Subject: Re: API use cases

> For those of you who have asked about API access, can you post some
> use cases to help in the design?

> Despite my fear of SSL configuration I am leaning towards requiring
> https://, so I'm particularly interested to hear if there are any use
> cases that can't deal with that protocol.

I've used a combination of Quicksilver and delicious for 2 or 3 years
now.

It's so comfortable… it actually kind of prevented me to use pinboard
full speed.
Now i have a very dirty PHP script that pulls the exported XML and
transforms it into an HTML that can be parsed by QS.

That will work for some time.

Having an API would greatly help whoever is more skilled than me to
create a QS plug-in.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
seanh  
View profile  
 More options Aug 1 2009, 3:08 pm
From: seanh <seanh.nos...@gmail.com>
Date: Sat, 1 Aug 2009 20:08:29 +0100
Local: Sat, Aug 1 2009 3:08 pm
Subject: Re: [pinboard-dev] API use cases

On Mon, Jul 27, 2009 at 3:00 AM, maciej<mceglow...@gmail.com> wrote:

> For those of you who have asked about API access, can you post some
> use cases to help in the design?

I'd like to write a command-line client, writing in Python, that would
be able to connect to a pinboard account and do things like:

* Download the most recent bookmarks
* Download your list of tags
* Download all bookmarks with a given tag
* Download all bookmarks matching a given search query
* Download starred items
* Download to read items
* Edit bookmark names and descriptions, tags, star and unstar
bookmarks, mark them read

So basically everything you can do through the web interface, except
that actually using a command-line client to add a new bookmark seems
silly.

You could use this to print out your bookmarks to the command line,
but you could also save them to file and in this way could import them
as posts in a file-based weblog engine like pyblosxom, for example.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sam Pullara  
View profile  
 More options Aug 1 2009, 7:32 pm
From: Sam Pullara <spull...@gmail.com>
Date: Sat, 1 Aug 2009 16:32:45 -0700
Local: Sat, Aug 1 2009 7:32 pm
Subject: Re: [pinboard-dev] Re: API use cases
I'd like to see a continuous stream API for new bookmarks similar to  
Twitter's Hosebird.  This can be used to notice trends and new sites  
quickly without as much trouble as a polling API.

Sam

On Aug 1, 2009, at 12:08 PM, seanh wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
maciej  
View profile  
 More options Aug 2 2009, 3:40 pm
From: maciej <mceglow...@gmail.com>
Date: Sun, 2 Aug 2009 12:40:53 -0700 (PDT)
Local: Sun, Aug 2 2009 3:40 pm
Subject: Re: API use cases
Can you explain how this kind of API would be different from an RSS
(or other) feed of the recent bookmarks page?  I can't find any
documentation on Hosebird, but I am glad to see a project with an even
dumber name than FireEagle.

On Aug 2, 2:32 am, Sam Pullara <spull...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sam Pullara  
View profile  
 More options Aug 3 2009, 12:17 am
From: Sam Pullara <spull...@gmail.com>
Date: Sun, 2 Aug 2009 21:17:54 -0700
Local: Mon, Aug 3 2009 12:17 am
Subject: Re: [pinboard-dev] Re: API use cases
Thats the internal name, each feed has it own name like firehose,  
garden hose and sprtizer:

http://apiwiki.twitter.com/Streaming-API-Documentation

The basic idea is that you connect to a socket and get continuous  
updates without additional connections. Amusingly, FireEagle now has a  
streaming API like this one as well.  Too bad firehose is already  
taken :)

Sam

On Aug 2, 2009, at 12:40 PM, maciej wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
maciej  
View profile  
 More options Aug 3 2009, 2:06 am
From: maciej <mceglow...@gmail.com>
Date: Sun, 2 Aug 2009 23:06:40 -0700 (PDT)
Local: Mon, Aug 3 2009 2:06 am
Subject: Re: API use cases
Pinboard has a peak rate of maybe two public bookmarks a minute - more
of a pneumatic tube model of bookmark delivery, rather than any kind
of stream.   Given that, a recent items RSS feed seems like the
prudent next step.   Clients will have to poll at least once every 50
minutes or risk losing valuable data...

On Aug 3, 7:17 am, Sam Pullara <spull...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
TylerWeir  
View profile  
 More options Aug 3 2009, 6:07 am
From: TylerWeir <tyler.w...@gmail.com>
Date: Mon, 3 Aug 2009 03:07:41 -0700 (PDT)
Local: Mon, Aug 3 2009 6:07 am
Subject: Re: API use cases
On Aug 3, 2:06 am, maciej <mceglow...@gmail.com> wrote:

> Pinboard has a peak rate of maybe two public bookmarks a minute - more
> of a pneumatic tube model of bookmark delivery, rather than any kind
> of stream.

The Carrier Pigeon of streaming services. :)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jarin Udom  
View profile  
 More options Aug 4 2009, 1:10 pm
From: Jarin Udom <ja...@robotmo.de>
Date: Tue, 4 Aug 2009 10:10:06 -0700 (PDT)
Local: Tues, Aug 4 2009 1:10 pm
Subject: Re: API use cases
It would be really awesome to have plists as one of the API formats,
since regular XML and JSON parsing can be kind of slow on the iPhone
sometimes and you get plist-to-object mapping for "free".

http://developer.apple.com/documentation/Darwin/Reference/ManPages/ma...

Jarin Udom
Robot Mode LLC

On Jul 26, 7:00 pm, maciej <mceglow...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
incanus  
View profile  
 More options Aug 7 2009, 11:07 am
From: incanus <inca...@codesorcery.net>
Date: Fri, 7 Aug 2009 08:07:31 -0700 (PDT)
Local: Fri, Aug 7 2009 11:07 am
Subject: Re: API use cases
On Jul 26, 7:00 pm, maciej <mceglow...@gmail.com> wrote:

> For those of you who have asked about API access, can you post some
> use cases to help in the design?

> Despite my fear of SSL configuration I am leaning towards requiring
> https://, so I'm particularly interested to hear if there are any use
> cases that can't deal with that protocol.

Honestly, I would like to see your basic bookmarking service API calls
such as getting all bookmarks, getting recent bookmarks, posting a new
bookmark, and some sort of hash or other lightweight way of checking
the freshness of older bookmarks. While something like the ill-fated
Ma.gnolia's Mirrord API (where they mirrored Delicious' API) would be
nice for compatibility reasons, I understand your efforts to start
something fresh and new. However, I think the key to adoption is a
robust API.

As for format, any modern format is ideal, but something like XML and/
or JSON would be standard.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
gerwitz  
View profile  
 More options Aug 13 2009, 8:32 pm
From: gerwitz <h...@gerwitz.com>
Date: Thu, 13 Aug 2009 17:32:53 -0700 (PDT)
Local: Thurs, Aug 13 2009 8:32 pm
Subject: Re: API use cases
I want delicious-ish JSON, merely so I can use Lenni's Overdrive:

http://lenni.info/blog/2009/05/overdrive-deliciouscom-a-fast-browser-...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
maciej  
View profile  
 More options Aug 14 2009, 6:58 am
From: maciej <mceglow...@gmail.com>
Date: Fri, 14 Aug 2009 03:58:47 -0700 (PDT)
Local: Fri, Aug 14 2009 6:58 am
Subject: Re: API use cases
Heh, I remember building something that sucked all your bookmarks from
del and filtered them in javascript.  This looks like a cool
implementation of the new local storage.

What if I just provided a way to suck down all bookmarks in JSON
format, similar to the RSS export?    Poke Lenni and see if that would
be enough for him to go on.

On Aug 14, 3:32 am, gerwitz <h...@gerwitz.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Johannes  
View profile  
 More options May 2 2012, 6:17 am
From: Johannes <johannes.wei...@gmail.com>
Date: Wed, 2 May 2012 03:17:40 -0700 (PDT)
Local: Wed, May 2 2012 6:17 am
Subject: Re: [pinboard-dev] API use cases

Sorry to dig up this old thread - wanted to reference this because it
mentions this:

* Download all bookmarks matching a given search query [via API]

Is that something that is on the roadmap?

Am Samstag, 1. August 2009 21:08:29 UTC+2 schrieb seanh:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »