Thread Tools Display Modes
12/14/16, 03:28 PM   #1
Rhyono
AddOn Author - Click to view addons
Join Date: Sep 2016
Posts: 659
Access Sites

Is there anything in the API that would allow for calls to a website or SQL database?
  Reply With Quote
12/14/16, 04:19 PM   #2
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 1,019
no. 0 interaction with net, 0 interaction with system, 0 with io.

You can write to savedvars, that's all.
  Reply With Quote
12/16/16, 06:45 AM   #3
Elmseeker
 
Elmseeker's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2016
Posts: 5
Originally Posted by Rhyono View Post
Is there anything in the API that would allow for calls to a website or SQL database?
The only way to come even close would be to have a windows app read your SavedVariables, parse them, put them into the DB. Then if you want to access them you'd have to do it all again in reverse.
  Reply With Quote
12/16/16, 06:49 AM   #4
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 1,019
Originally Posted by Elmseeker View Post
The only way to come even close would be to have a windows app read your SavedVariables, parse them, put them into the DB. Then if you want to access them you'd have to do it all again in reverse.
and you'll need to sniff eso app closure for uploading data or do it manually. And this already exists.
  Reply With Quote

ESOUI » Developer Discussions » Lua/XML Help » Access Sites

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off