Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

A plazes.com API wrapper.

0
 
  0 reviews  |  0 users  |  1,001 lines of code  |  0 current contributors  |  Analyzed 1 day ago
 
 

OverviewWe just wouldn't be a true Web 2.0 company if we didn't have an API now would we? The main reason for creating the API was so that vendors could manage their shirts in our index after an approval process, but we thought it'd be fun to open up access to our entire index. You can ... [More] search shirts by keyword and tag, look up tags, etc. from the API. What use is this to you? We have no idea, but we're looking forward to finding out! All queries to the API are sent via an HTTP GET with the exception of all of the vendor endpoints, which required an HTTP POST along with a standard HTTP-Auth username and password. All queries to the API are sent over SSL. Install PEAR Package$ pear install http://pleasedressme.googlecode.com/files/Services_PleaseDressMe-0.0.1.tgzShirtsSearchThe search endpoint allows you to search the tshirt index and return a list of shirts that match the search criteria. The only argument is q and should be the query you wish to search for. https://pleasedress.me/api/1.0/shirts/search.xml?q=jerryTagThe tags endpoint allows you to find tshirts by tag. It also allows you to find shirts by color since colors are just tags on a shirt. The only argument is tag and should be the tag you wish to find shirts by. http://pleasedress.me/api/1.0/shirts/search.xml?q=blueTagsLetterThe letter endpoint lets you find tags that begin with the letter specified. This endpoint returns the tag, number of shirts tagged with that tag and the URL to view all shirts tagged with that tag. The letter expected is a through z or 0 through 9. http://pleasedress.me/api/1.0/tags/h.xmlVendorsAll requests to vendor endpoints must be sent via SSL and use HTTP-Auth to authenticate via a POST request. Use your login email and password to access the API. You may only add shirts, which are then put in a pending queue for review and tagging, remove shirts or flush their information/image from cache. [Less]

0
 
  0 reviews  |  0 users  |  254 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

Services_TwitterImportantThis project is now an official PEAR package and has moved to PEAR repository. Please report all bugs using the PEAR Bugtracker. AboutServices_Twitter is a PHP PEAR package for interfacing with Twitter's API. Specifically, it's an interface for the HTTP-Auth API ... [More] and not the Jabber API. InstallationInstall PEAR if it is not already installed on your system. Run pear install Services_Twitter. ExampleUpdating Statusstatuses->update($update); } catch (Services_Twitter_Exception $e) { echo $e; // Services_Twitter_Exception::__toString() outputs a message } ?>Get User Info [Less]

0
 
  0 reviews  |  0 users  |  1,119 lines of code  |  0 current contributors  |  Analyzed 5 days ago
 
 

Services_IMDB searches for given movies and simplifies retrieving movie information like: imdb_url, coverpic, user rating, cast, director, tagline, plot outline, genre, playtime, etc.

0
 
  0 reviews  |  0 users  |  157 lines of code  |  0 current contributors  |  Analyzed 2 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.