# This file is part of python-magento-api

# python-magento-api is free software: you can redistribute it and/or
...

Python Python Magento API

by omouse, May 27, 2011 18:20, 1 refactoring, tagged with python, api, magento

A Python-based API to the M...

0fc5485611721e78b1583657212a046a Talk
require 'open-uri'

class NewsController < ApplicationController
...

Ruby Problem with passing xml fr...

by tragicdancer.myopenid.com, January 13, 2011 19:42, 10 refactorings, tagged with rails, xmldocument, api, nokogiri

Hi!
Im trying to parse xml...

55502f40dc8b7c769880b10874abc9d0 Talk
def flights_by_airline(airline_id, flight_number=nil, date=nil, params={})
      if flight_number && date
        t = convert_date(date)
...

Ruby Better way to offer several...

by jarodluebbert.myopenid.com, March 01, 2010 08:21, 3 refactorings, tagged with ruby, api, parameters

I'm wrapping an API in ruby...

3a5f66f6c3feb6092d375c3e145de0d4 Talk
<?php

function fetch($url,$start,$end){
...

PHP Wikipedia API and text form...

by z3ro, January 09, 2008 18:37, 4 refactorings, tagged with convert, html, plain html, formatting, parser, regex, xml, php, wikimedia, api, wikipedia

I need to add Wikipedia's i...

E90ba01aea329491b312280d1eea606b Talk