Re: calling an api in python code

2015-04-12 Thread Ben Finney
Pippo writes: > On Sunday, 12 April 2015 20:50:51 UTC-4, Steven D'Aprano wrote: > > The API tells you how to use a library. That's what API means: "Application > > Programming Interface".[…] > > Can you ask a more specific question? > > This is what I want to use: https://github.com/mbrubeck/col

Re: calling an api in python code

2015-04-12 Thread Pippo
On Sunday, 12 April 2015 20:50:51 UTC-4, Steven D'Aprano wrote: > On Mon, 13 Apr 2015 10:31 am, Pippo wrote: > > > I am new in this matter.. I need some help to understand how do I call an > > api in python code? > > Your question is too general. It is like: > > > "I am new to carpentry and wo

Re: calling an api in python code

2015-04-12 Thread Steven D'Aprano
On Mon, 13 Apr 2015 10:31 am, Pippo wrote: > I am new in this matter.. I need some help to understand how do I call an > api in python code? Your question is too general. It is like: "I am new to carpentry and wood-working. How do I use a tool?" Which tool? Hammer, electric drill, hand saw, el

Re: calling an api in python code

2015-04-12 Thread Ben Finney
Pippo writes: > I am new in this matter.. I need some help to understand how do I call > an api in python code? You do whatever is documented as the API. That's tautological, so you probably already know that. But it's not clear what you are asking. Which API are you looking to use? Where is it