skip to Main Content

What is the difference between using a URL & XML to communicate with a website's API? – Ebay API

I need to understand the big picture about how APIs work. For example, I can retreive a listing from ebay using a url like this: http://open.api.ebay.com/Shopping?callname=GetCategoryInfo&appid=************************************&siteid=3&CategoryID=-1&version=729&IncludeSelector=ChildCategories However much of the documentaion is about XML. I've never used XML before and…

VIEW QUESTION

Maximize the button in a gridlayout – Photoshop

I have an activity: <?xml version="1.0" encoding="utf-8"?> <android.support.v7.widget.GridLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="match_parent" app:rowCount="4" app:columncount="4"> <Button android:text="1" android:id="@+id/button1" app:layout_gravity="fill" app:layout_rowWeight="1" app:layout_columnWeight="1" app:layout_row="0" app:layout_column="0""/> <Button android:text="2" android:id="@+id/button2" app:layout_rowWeight="1" app:layout_columnWeight="1" app:layout_gravity="fill" app:layout_row="0" app:layout_column="1"/> <Button android:text="3" android:id="@+id/button3" app:layout_rowWeight="1" app:layout_columnWeight="1" app:layout_gravity="fill" app:layout_row="0" app:layout_column="2"/> <Button android:text="4"…

VIEW QUESTION

Using DOMDocument.SelectSingleNode With XML Namespace Always Returning Null VBA – Ebay API

I am new to using XML with VBA and I am trying to parse XML responses form the eBay API such as this: <?xml version="1.0"?> <GetSingleItemResponse xmlns="urn:ebay:apis:eBLBaseComponents"> <Timestamp>2016-07-04T06:24:28.969Z</Timestamp> <Ack>Success</Ack> <Build>E963_CORE_APILW_17911290_R1</Build> <Version>963</Version> <Item> <ItemID>232001428891</ItemID> <EndTime>2016-07-13T22:06:14.000Z</EndTime> <ViewItemURLForNaturalSearch>http://www.ebay.com/itm/WW2-Australian-P37-Entrenching-Tool-Cover-/232001428891</ViewItemURLForNaturalSearch> <ListingType>Chinese</ListingType> <Location>Pambula, New South Wales</Location>…

VIEW QUESTION
Back To Top
Search