Skip to content

Commit

Permalink
Link Walking now reflects the new HTTP API
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-plosker committed Sep 29, 2011
1 parent 8361e9d commit 10ece30
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -6,7 +6,8 @@ is a special case of [[MapReduce]], and can be expressed more verbosely as such.
## Request

```bash
GET /riak/bucket/key/[bucket],[tag],[keep] # bucket,tag,keep is the link filter
GET /riak/bucket/key/[bucket],[tag],[keep] # Old format
GET /buckets/bucket/keys/key/[bucket],[tag],[keep] # New format
```

<div class="info"><div class="title">Link filters</div>
Expand Down

0 comments on commit 10ece30

Please sign in to comment.