Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ttezel committed May 1, 2012
1 parent 32917cc commit d004330
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,14 @@ There are just 2 methods; `get` and `post` which make **GET** and **POST** reque

##Arguments

* `service`: specifies the Ebay API Service to use. Supported services are:
* `service`: specifies the Ebay API Service to use.

* `finding`
Supported services are:

* `params`: the URL parameters object.
* `finding`: [Ebay Finding API](http://developer.ebay.com/DevZone/finding/Concepts/FindingAPIGuide.html)

* `callback`: `function (err, data)` the callback to be invoked on reply.

* `params`: the URL parameters object.

##What Ebay Services do I have access to?

[Ebay Finding API](http://developer.ebay.com/DevZone/finding/Concepts/FindingAPIGuide.html)
* `callback`: `function (err, data)` the callback to be invoked on reply.

0 comments on commit d004330

Please sign in to comment.