Pages: [1] :: one page |
|
Author |
Thread Statistics | Show CCP posts - 0 post(s) |
Blacksmoke16
Resilience.
49
|
Posted - 2017.03.18 15:41:08 -
[1] - Quote
For all the spreadsheets in space people out there:
https://github.com/Blacksmoke16/GESI
Details are in the readme
Enjoy. |
Professor JinMine
Project Fruit House Solyaris Chtonium
5
|
Posted - 2017.03.19 07:56:27 -
[2] - Quote
Your client ID and client secret...you sure you want to share them with the world? |
Blacksmoke16
Resilience.
50
|
Posted - 2017.03.19 14:08:45 -
[3] - Quote
It's from a past project i did that has since been deleted. i.e. if you try it it will just error. I just put it there as an example so people know what to replace. |
Professor JinMine
Project Fruit House Solyaris Chtonium
5
|
Posted - 2017.03.20 06:07:32 -
[4] - Quote
Blacksmoke16 wrote:It's from a past project i did that has since been deleted. i.e. if you try it it will just error. I just put it there as an example so people know what to replace.
Now I'm relieved to hear that |
JitaPu
Random Strategies
2
|
Posted - 2017.03.22 01:13:45 -
[5] - Quote
Thanks Blacksmoke16, this is extremely useful. Really appreciate you sharing this with us.
One question, I do not seem to be able to get market orders for stations with =structureMarketOrders(structure_id). Is this function limited to structures/citadels or should normal stations such as Jita IV-4 work as well? |
Blacksmoke16
Resilience.
52
|
Posted - 2017.03.22 01:22:54 -
[6] - Quote
Np.
Only for structures/citadels.
Are endpoints to get all market orders in a region. But I am not planning on increasing GESI's usability for market related data. It is meant to focus more on the Auth'd endpoints.
Nuadi already has a well made script for market related stuff anyway:
https://github.com/nuadi/googlecrestscript |
Blacksmoke16
Resilience.
53
|
Posted - 2017.03.28 15:05:35 -
[7] - Quote
Updated itemTypes endpoint to version 3 to include the market_group_id in the response.
Planning on adding some more endpoints this weekend so stay tuned. |
Blacksmoke16
Resilience.
53
|
Posted - 2017.03.28 21:28:06 -
[8] - Quote
Add endpoint to get character's assets Add endpoint to get character's loyalty points Add endpoint to get offers from a corporation's loyalty store
Update ReadMe with changes |
Blacksmoke16
Resilience.
53
|
Posted - 2017.04.03 21:41:08 -
[9] - Quote
0.3.1.0 - April 3, 2017
Add in endpoint to get wallet data Add in few extra scopes Update readme with new functions and little blurb on using new functions |
Haile Korhal
Professional Amateurs
37
|
Posted - 2017.04.11 22:36:35 -
[10] - Quote
If this is what I think it is, I will love you forever. Or maybe long time. Who knows. I'll have a look when I get home! ^.^
Egregious Spreadsheet Services - For Spreadsheets as a Service to businesses, corporations, and higher, look no further!
|
|
Elementatia
Vision Inc Hole Control
4
|
Posted - 2017.04.22 19:37:09 -
[11] - Quote
o/ Wow ! The authentication-process seems real smart. Is there a method to ask stuff for the same account, but for a different char with the same token ?
Would it be possible to add the pi endpoint too ? And to add the functions in an GESI Functions/Help Men++ in gdocs ?
lovely !
|
Blacksmoke16
Resilience.
55
|
Posted - 2017.04.22 19:43:50 -
[12] - Quote
Elementatia wrote:o/ Wow ! The authentication-process seems real smart. Is there a method to ask stuff for the same account, but for a different char with the same token ?
Would it be possible to add the pi endpoint too ? And to add the functions in an GESI Functions/Help Men++ in gdocs ?
lovely !
Thanks :)
A token will only work for 1 character. As of now it only supports 1 character being logged in. Was looking into authing multiple characters then adding in a param to specify what character should used for that function. But this will have to wait until after finals.
Yea I'll get the PI ones added this weekend and see what I can do for the help window. |
Blacksmoke16
Resilience.
56
|
Posted - 2017.04.26 19:35:49 -
[13] - Quote
0.3.2.0 - April 26, 2017
Add in endpoint to get the list of a character's planets Add in an extra scope for planet data Update readme with new function
NOTE: the planetDetails endpoint will be released on a later date, need to figure out the best way to display the data on a spreadsheet. |
Blacksmoke16
Resilience.
56
|
Posted - 2017.04.28 04:42:37 -
[14] - Quote
0.3.2.1 - April 27, 2017
Fix bug with SSO login |
Blacksmoke16
Resilience.
58
|
Posted - 2017.05.02 01:55:22 -
[15] - Quote
0.3.3.0 - May 1, 2017
Add in endpoint to get information on a specific planet such as: pins, routes, and links. Add in endpoint to get information on a specific schematic. Update readme with new endpoints. |
Elementatia
Vision Inc Hole Control
4
|
Posted - 2017.05.09 18:02:34 -
[16] - Quote
Yeah..i will try to rework my PI stuff in the next weeks. Thank you for the developement ! |
Blacksmoke16
Resilience.
58
|
Posted - 2017.05.09 18:31:49 -
[17] - Quote
Elementatia wrote:Yeah..i will try to rework my PI stuff in the next weeks. Thank you for the developement !
No problem.
New endpoints for blueprints, user market orders and industry jobs will come soon as CCP adds those new scopes to the dev site. |
Blacksmoke16
Resilience.
58
|
Posted - 2017.05.11 05:19:30 -
[18] - Quote
0.3.4.0 - May 11, 2017
Add in endpoint to get a character's industry jobs, blueprints, and market orders. Add in function to get information on each endpoint. Update the each function's autocomplete information to be more standardized and useful. Update readme with new endpoints.
NOTE: You will have to go back to your dev site application and add the three new scopes in order to use the new endpoints:
esi-industry.read_character_jobs.v1 esi-characters.read_blueprints.v1 esi-markets.read_character_orders.v1
Next use the 'Reset Auth' button in the GESI dropdown menu item. Then re-auth your character using the 'Authorize Sheet' button in the GESI dropdown menu item. |
Somi Zulfi
Pandemic Horde Inc. Pandemic Horde
11
|
Posted - 2017.05.13 13:30:11 -
[19] - Quote
Hi,
Can you pls add /markets/{region_id}/history/ ?
Great stuff so far!
Thanks! |
Blacksmoke16
Resilience.
59
|
Posted - 2017.05.13 13:44:42 -
[20] - Quote
Nuadi already has a well made script for market related stuff. I am going to leave him to the market stuff and have GESI be for the auth'd endpoints and non market related stuff.
https://github.com/nuadi/googlecrestscript
You would be interested in his 'getHistoryAdv' function. |
|
Hemah ituini
Invicta Scorpius Inc
0
|
Posted - 2017.05.13 14:18:17 -
[21] - Quote
Is there any way to pull corp wallet |
Blacksmoke16
Resilience.
59
|
Posted - 2017.05.13 14:25:11 -
[22] - Quote
Hemah ituini wrote:Is there any way to pull corp wallet
No ESI endpoint exists for that currently. Once they release one I will add it in. |
Pindi buoy
Conoco. Caldari Armed Forces.
3
|
Posted - 2017.05.29 21:20:31 -
[23] - Quote
Hi, question,
Is there a limit to # of rows for =structureMarketOrders ?
Mine seems to be stopping at 5000, it's missing orders..
Thanks |
Blacksmoke16
Resilience.
64
|
Posted - 2017.05.30 00:44:16 -
[24] - Quote
Pindi buoy wrote:Hi, question,
Is there a limit to # of rows for =structureMarketOrders ?
Mine seems to be stopping at 5000, it's missing orders..
Thanks
Ah, so it seems. Good catch, I'll take a look and get a fix out this week. |
Blacksmoke16
Resilience.
65
|
Posted - 2017.07.02 19:21:27 -
[25] - Quote
0.3.5.0 - July 2, 2017
Add in endpoint to list a character's contracts. Add in endpoint to list bids placed on a given auction contracts. Add in endpoint to get items and information on a given contract.
Update readme with new endpoints. Update the skills endpoint to version 4.
Fix some spelling issues.
NOTE: I do not have access to any citadel with more than 1 page of items. As such this makes fixing that bug a bit of a pain. If one of you wants to get in touch with me and supply a token for testing I would appreciate it. |
Blacksmoke16
Resilience.
65
|
Posted - 2017.07.03 15:15:13 -
[26] - Quote
0.3.5.1 - July 3, 2017
Add the contracts scope to SSO auth.
|
Blacksmoke16
Resilience.
65
|
Posted - 2017.07.09 18:54:10 -
[27] - Quote
0.3.6.0 - July 9, 2017
Add in endpoint to get character wallet transactions Add a statement under the functions header about the opt_headers param and remove it from each function to clean it up Update characterWallet and characterWalletJournal endpoints to use the new URLs Update readme with new functions |
Somi Zulfi
Pandemic Horde Inc. Pandemic Horde
27
|
Posted - 2017.07.21 10:37:28 -
[28] - Quote
Blacksmoke16 wrote:0.3.5.0 - July 2, 2017
Add in endpoint to list a character's contracts. Add in endpoint to list bids placed on a given auction contracts. Add in endpoint to get items and information on a given contract.
Update readme with new endpoints. Update the skills endpoint to version 4.
Fix some spelling issues.
NOTE: I do not have access to any citadel with more than 1 page of items. As such this makes fixing that bug a bit of a pain. If one of you wants to get in touch with me and supply a token for testing I would appreciate it.
Hi, how can I help? |
Blacksmoke16
Resilience.
72
|
Posted - 2017.08.02 16:54:38 -
[29] - Quote
0.3.7.0 - August 2, 2017
Add in endpoint to get industry facilities Add in endpoint to get cost indices Make endpoint list valid JSON Update readme with new functions |
|
|
|
Pages: [1] :: one page |
First page | Previous page | Next page | Last page |