News

All action icons for each class/job are blended together to create new backgrounds for each job/class icon! I used python to connect to xivapi to download all class and job icons as well as all the ...
You need to create an IconService instance and set a provider.. The IconService class contains a set of API methods. It accepts an HTTPProvider which serves the purpose of connecting to HTTP and HTTPS ...
Understanding classes in Python. Before diving into metaclasses, it’s essential to have a solid grasp of classes in Python. In Python, a class is a blueprint for creating objects.