Skip to content

BrianFehrle/simple-python-Diablo-3-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

simple-python-Diablo-3-API

Function call executes an api call. It accepts three inputs:

1 the URL, which if null the function will return an error 2 the last modified date string, which if null, the function will not send to the api call 3 return_type, which if null will default to JSON, default will just return what the api call returned

Function Returns

The function will always return two elements. If the function failed, it will return first the return code, second the error message If the api call succeded, it will return first the reply from the api call, then the new last modified date If the api call replied saying that the address has not been modified, it will return first '1', then 'HTTP Error 304: Not Modified'

About

(Very) Simple API function for pulling data from the Diablo 3 API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages