How to write API data to a computer file? -



How to write API data to a computer file? -

i've never used api before. want start using api gives me prices , characteristics of items in online game. i'm in processing of learning how create api able extract available info specific website has such information.

here's question: after extracting info website using api, want download info analysis. example, nice if download info excel file or csv file format can later import. know how can that?

let me know if question still vague.

here's api means:

api, abbreviation of application programme interface, set of routines, protocols, , tools building software applications. api specifies how software components should interact , used when programming graphical user interface (gui) components. api makes easier develop programme providing building blocks. programmer puts blocks together.

generally recieve info api json(java script object notation) or xml file.i prefer json because gives programmers great flexibility while writing codes.

i not create out language using here's general algorithm go about:

1.call api required paramters post data

2.receive info api json or xml

3.parse info

4,use csv library language

5.write info csv file

6.end

api

Comments

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -