2 Commits

Author SHA1 Message Date
雲華
7d83c4b2ff adds the "state" value to the returned open world json payloads
This option adds the "state" value which is meant to make the json payloads
easier to understand for open worlds. Currently vallisCycle does not have a
value that provides a string based value of its current state where as
cetusCycle and cambionCycle do. One of the other issues is that there is no
consistency between cetusCycle and cambionCycle for their string based
representation of the worlds open state. cetusCycle uses 'state' where as
cambionCycle uses 'active'. In their own respective in-game terms this isn't
necessarily wrong.
2021-05-05 01:12:28 -04:00
雲華
93eb108ed7 Initial commit and support 3.6 or greater
Migrates the API out of the yunwah/tennoui repository. The
warframe_api.py file is renamed to warpy.py and the API class has been
renamed to Worldstate. This rename came about as a result of what parts
of the API were implemented. Next steps may include the static data
processing part of the API as its own class. Additionally this commit
aims to make the library installable however there are no current test
files so it may fail. From testing with the interface after installing
this current state of warpy works as is. The following are changes
made to the API wrapper:

Exceptions - used for non valid platforms and languages.
Language headers - API now supports getting back results in different
languages, the default being en.
2021-05-02 16:39:29 -04:00