Pages: 1 2 [3] 4 5 6 7 8 9 10 11 12 13 14 15 .. 15 :: one page |
|
Author |
Thread Statistics | Show CCP posts - 2 post(s) |

SCORPl0
Epsilon Lyr Mordus Angels
1
|
Posted - 2014.06.02 15:03:00 -
[61] - Quote
Hey there,
Thanks for your api that will be definitely our choice for create a new alliance website.
Any idea of an existing simple C# forum that we can easily modify and incorporate api calls?
If someone used already this api for forums eve related functions.
Thanks anyway. |

Icahmura Hasaki
Brave Newbies Inc. Brave Collective
4
|
Posted - 2014.06.02 17:30:00 -
[62] - Quote
I cant help with any C# forums, as I've never used one. Please let me know if you run into any issues with the API though, or any issues in combining it with a forum, and I'll help you figure out a solution :) |

Icahmura Hasaki
Brave Newbies Inc. Brave Collective
4
|
Posted - 2014.06.03 18:36:00 -
[63] - Quote
A beta version of 2.0 is tagged and available on github. I'm using it in production and it's stable thus far. It isn't fully backwards compatible with version 1, but it shouldn't require too many changes to swap.
New features include async variations of all endpoint methods, better tracing, ApiKey class that can be used for keys when you don't know in advance if it's a corporation or character key, and other minor improvements. |

Icahmura Hasaki
Brave Newbies Inc. Brave Collective
4
|
Posted - 2014.06.04 11:20:00 -
[64] - Quote
I've added support for the newest endpoints as stated here:
Quote:2014/06/03:
Added the new /corp/CustomsOffices endpoint to the EVE API New POCO endpoint requires a Director or CEO corporation API key with the asset list access mask A new Wars resource was added to public CREST with /wars/, /wars/war_id/, and /wars/war_id/killmails/all/ Removed WH systems from the maps/kills endpoint.
I've also made some major improvements to the caching, but had to slightly change the IEveCache interface to accommodate async if anyone has made custom caching.
And I've added lots of tracing statements, mostly in the cache implementation, but a few others too. If you wish to trace, define a System.Diagnostics listening source for "EveLib". This is part of the .NET framework and there is lots of documentation available, or you can ask me for assistance.  |

Icahmura Hasaki
Brave Newbies Inc. Brave Collective
4
|
Posted - 2014.06.11 15:49:00 -
[65] - Quote
I've just pushed a fix to a major bug with the caching, introduced with the "improved" caching in 2.0. Anyone using 2.0 beta should update as soon as possible, as caching would not work correctly in most cases. |

Hel O'Ween
Men On A Mission
81
|
Posted - 2014.06.12 16:24:00 -
[66] - Quote
SCORPl0 wrote: Any idea of an existing simple C# forum that we can easily modify and incorporate api calls?
You could try YetAnotherForum.NET.
Fun fact: that's the forum software you're using in this very moment, as the EVE forums are based on YAF (and to which CCP contribute back, when they modified it to their need). EVEWalletAware - an offline wallet manager. |

Icahmura Hasaki
Brave Newbies Inc. Brave Collective
4
|
Posted - 2014.06.13 13:51:00 -
[67] - Quote
So, I've had another go at version 2, and made a few additions to the API. I will be writing a new readme for version 2 as soon as possible.
In other news, I've finally found the time to fiddle with NuGet. I've just uploaded EveLib 2.0-beta2 to NuGet, available here.
I've never used NuGet before so there might be something I've missed, but I think it should work correctly. I've also uploaded PDBs and sources to SymbolSource, which can be set up in VS.
Hopefully this should make it easier to install and use. And as always let me know if there are any issues. |

Icahmura Hasaki
Brave Newbies Inc. Brave Collective
4
|
Posted - 2014.06.17 16:40:00 -
[68] - Quote
Another update, quite big this time. There are no changes to the public API though.
Implemented proper CREST support for all endpoints. No more dynamic objects. Added an EveCrestException, with the exception data returned by CREST. Added comments to the public methods in EveCrest, and some other places. I've added some missing Code Contract statements, and I've configured it properly for release and debugging. Fixed many issues with the Nuget package. It should now include all XML documentation, as well as Code Contract assemblies for all dlls.
I've also moved the Nuget package, to eZet.EveLib. The old ID has a dependency that links to the new package, but you should uninstall the old package, and install the new one. I'm sorry for any inconveniences this causes, but EveLib was a bit too generic of a name, and there seems to already be other libraries using it.
I haven't really had any bug reports on version 2 of the library at all, so I'm expecting a proper release of it soon unless something comes up.
Also, if anyone wants to help me develop or maintain this, please let me know. There are a lot of features and improvements that can be added still, and you're welcome to contribute. The documentation also needs improvement, if that's your cup of tea. |

Icahmura Hasaki
Brave Newbies Inc. Brave Collective
4
|
Posted - 2014.06.18 10:54:00 -
[69] - Quote
Apparently, there was a small bug with the PI endpoints, and as I don't have any PI characters this hasn't been tested until now. A kind soul has given me his API key, I've fixed the bugs and added proper unit tests and static deserialization tests. The fix is pushed to git and will be on nuget shortly. |

Icahmura Hasaki
Brave Newbies Inc. Brave Collective
4
|
Posted - 2014.06.18 16:13:00 -
[70] - Quote
I've added full support for the ZKillboard API, including caching, proper model classes and corresponding unit tests.
I've also made quite a few changes internally, which affects anyone who've made their own implementations of IRequestHandler or IHttpRequester. In short, I've removed IHttpRequester and it's implementations, and moved it's functionality into the RequestHandler.
The implementation of HttpRequester can mostly be replaced by a static call to HttpRequestHelper.RequestAsync(uri), it should be easy to make the required changes if you look at the new source.
The reason for this is to have more control in the RequestHandler, so that you can easier retrieve http headers and the like, which is needed for caching. The HttpRequester did very little anyways, and I don't think any alternative implementations are likely or necessary. |
|

Lien Rollard
Universalis Imperium The Bastion
0
|
Posted - 2014.06.18 19:26:00 -
[71] - Quote
Awesome work so far. I've been looking into several small projects to do (all the documentation and scope first) and I'll probably begin coding tomorrow.
One work I do have is if you have a timer on when the implementation of the new Crius Industry API will begin? (Merely because several of my small projects include industry).
|

Icahmura Hasaki
Brave Newbies Inc. Brave Collective
4
|
Posted - 2014.06.18 19:44:00 -
[72] - Quote
It should be ready when Crius is released, or shortly after. :) |

Lien Rollard
Universalis Imperium The Bastion
0
|
Posted - 2014.06.18 20:18:00 -
[73] - Quote
Ah, I was asking because they apparently opened the API up for testing (in their latest Dev Blog). |

Icahmura Hasaki
Brave Newbies Inc. Brave Collective
4
|
Posted - 2014.06.19 12:40:00 -
[74] - Quote
I've added full support for the EveWho API, which means all APIs I initially intended to include, have been implemented. If there are any requests for others, please let me know.
I've also just started looking at the new industry API, but I do not have any sisi keys with industry jobs/history available. If someone could be kind enough to share an API key, or even a simple copy/paste of the xml response, that would be greatly appreciated. In the case of a key, I won't need it for very long.
|

Icahmura Hasaki
Brave Newbies Inc. Brave Collective
4
|
Posted - 2014.06.19 15:53:00 -
[75] - Quote
I've pushed a new NuGet package, some of the changes are:
- Support for the new industry endpoints
- Support for EveWho.com API
- Cleaner exception handling
- Fixed IsValidKey and it's async variant
- Improved documentation comments
It does however make some changes to the public API, as I've renamed some of the classes that is being returned, to include an indicator of which module the class belongs to. This does not affect the EveOnline module.
To test the new industry endpoints, set the BaseUri property on whichever object your invoking methods on, before use, (corporation, character, keys) with new Uri("http://api.testeveonline.com/");
I've also added quite a lot to the readme on github over the last few days, so might be worth looking at that again. |

Icahmura Hasaki
Brave Newbies Inc. Brave Collective
4
|
Posted - 2014.06.21 16:31:00 -
[76] - Quote
A new release is up...again. Available on nuget and github.
- Added support for the new CREST industry endpoints, /teams/ and /specialities/
- Changed type of BaseUri from Uri to string.
- Changed EveCrest data model prefix to just Crest.
- Added a large amount of comments, especially to the EveCrest module.
- Added some more debug traces.
- Other minor tweaks and fixes.
The library seems very stable and a stable release will be coming shortly. There should be no more changes to the existing API after that point. |

Icahmura Hasaki
Brave Newbies Inc. Brave Collective
4
|
Posted - 2014.06.26 11:42:00 -
[77] - Quote
EveLib 2.0 has been released and is considered stable. I'll consider any feature requests and update bugs as soon as they are reported, but there shouldn't be any changes other than that.
As a final small feature I've added an EveLib class in Core with RequestJson and RequestXml, which lets you request content from any arbitrary uri, and have it deserialized and returned as dynamic expando objects, using the same error/exception handling as the rest of the library. Maybe someone will find it useful for APIs that aren't supported directly.
Hope the library will be useful to some, and I'd greatly appreciate any feedback, good or bad, what you'll be using it for and so on. 
|

Icahmura Hasaki
Brave Newbies Inc. Brave Collective
4
|
Posted - 2014.07.05 11:12:00 -
[78] - Quote
I've updated the library with the most recent changes to sisi. The package is available on github, and as a pre release on nuget. Make sure you allow pre-release updates through nuget if you want to test this. |

Icahmura Hasaki
Brave Newbies Inc. Brave Collective
4
|
Posted - 2014.07.22 13:15:00 -
[79] - Quote
I've released version 2.0.1, which adds support for all the new endpoints that came with Crius. The old GetIndustryJobs has been replaced by the new version, mirroring the way CCP has replaced their endpoint with the new one. This means that the new version isn't compatible with the old, but since the old endpoint itself is removed that shouldn't matter. |

Squornshellous Zeta
BioDyne
0
|
Posted - 2014.07.26 18:58:00 -
[80] - Quote
Hey there,
I'm trying to use your libraries to get the System Cost Index using CREST and I seem to be having some difficulties.
I am able to make the CREST request, but when I check the results, there are no items in the SolarSystems list.
Here is the code I'm using to test:
Quote:Dim crest As EveCrest Dim lstSystems As Models.CrestIndustrySystems = Nothing Dim objSystemEntry As Models.CrestIndustrySystems.SolarSystemEntry
Try crest = New EveCrest lstSystems = crest.GetIndustrySystems()
If Not lstSystems.SolarSystems Is Nothing Then For Each objSystemEntry In lstSystems.SolarSystems Debug.Print(objSystemEntry.SolarSystem.Name) Next End If
Catch ex As Exception Debug.Print(ex.Message) End Try When I run this, the crest.GetIndustrySystems() call works fine, but if I check the lstSystems.SolarSystems, it's Nothing. Interestingly enough, the lstSystems.TotalCount is correct at 5431, which is the same if I do the HTTP request manually.
I did turn on the tracing, but I didn't see anything unsual or any errors. I can provide the tracing information if it would be helpful.
Thanks for any help you can provide. I definitely like what you've got so far and I look forward to using it a lot more! 
- SZ |
|

Icahmura Hasaki
Brave Newbies Inc. Brave Collective
5
|
Posted - 2014.07.26 19:14:00 -
[81] - Quote
Hey there, I'll have a look and have it fixed by tomorrow. Did you pull it from git, or are you using nuget ? I would prefer not having to push a nuget release for this bugfix alone, but if you're unfamiliar with github I could help you out. |

Squornshellous Zeta
BioDyne
0
|
Posted - 2014.07.26 19:25:00 -
[82] - Quote
I got the files from nuget, because I just wanted the DLLs. If there's a way to get the DLLs directly from github, then I'd be happy to get them from there...
But I can get the latest from github & recompile myself if that's easier.
Thanks for the quick response!
- SZ
|

Icahmura Hasaki
Brave Newbies Inc. Brave Collective
5
|
Posted - 2014.07.27 12:02:00 -
[83] - Quote
So, I've tested this and it seems to be working, both the regular call and the async version. Have you tried any other endpoints? It would help if you could find out if it's only this one that doesn't work for you. I'm not familiar with VB, but I would assume it should work just fine. |

Squornshellous Zeta
BioDyne
0
|
Posted - 2014.07.27 18:12:00 -
[84] - Quote
Very confusing.
I tried these CREST endpoints, with the following results:
- /incursions/
Worked fine, all data returned
- /alliances/
Worked fine, all data returned. Was a little confusing on the returned values, but I figured it out.
- /market/prices/
Sort of worked; got the correct number of items, but each item's name was blank, and the id was 0. The prices were correct though (based on a manual browser request).
- /industry/systems/
Still gets the correct number of systems, but the SolarSystems object is nothing.
Do you have a short C# example I can try here? Maybe I'm doing something wrong, or VB.NET handles things differently.
Feel free to PM or EVEMail me if you want to take this offline.
Thanks for your help!
- SZ |

Icahmura Hasaki
Brave Newbies Inc. Brave Collective
5
|
Posted - 2014.07.27 20:33:00 -
[85] - Quote
Ok, so I fixed a bug with market/prices, which will be pushed tomorrow, that should fix the missing id and name. And if you wouldn't mind telling how the alliances/ endpoint was confusing, I could maybe fix that as well. As for the industry systems, I still can't figure out why it doesn't work, especially as all the others seem to work. What's strange is also that the list should never be null, if there are no entries it should be an empty list.
You can try this
class Test { static void Main(string[] args) { var crest = new EveCrest(); var response = crest.GetIndustrySystems(); Assert.IsNotNull(response.SolarSystems); }
} |

Squornshellous Zeta
BioDyne
0
|
Posted - 2014.07.27 22:27:00 -
[86] - Quote
Thanks for the updates.
Interestingly, your sample C# code worked fine! There must be something the VB.NET does differently, or expects some sort of different response. Or I still have it set up incorrectly (though I tried to match the C# example).
When I look at the response in C# there are 2 objects, "base" and "SolarSystems". The "base" object is of type CrestIndustrySystems and contains the two scalars "PageCount" and "TotalCount". The "SolarSystems" object is a list of SolarSystemEntry objects.
When I look at the repsonse in VB.NET, there are 3 objects, "PageCount", "TotalCount", and "SolarSystems", where the scalars are correct and the SolarSystems is Nothing.
So I guess that means for now, if I want to get the System Cost Index, I'll need to use C#! 
As for the Alliances, I was expecting to get back just a list of Alliance objects, but instead you return a CrestHref(Of CrestIconEntity). Then for each CrestIconEntity, I needed to call GetAlliance() passing the ID, which then returns the Alliance object. It works, I just wasn't expecting an intermediate layer.
Let me know if you happen to find anything regarding VB.NET, but for now I'll continue with C# and see if I can get further!
Thanks,
- SZ |

Icahmura Hasaki
Brave Newbies Inc. Brave Collective
5
|
Posted - 2014.07.30 10:45:00 -
[87] - Quote
A new version is up.
Release notes: EveLib v2.0.2
Added support for Industry/Facilities/ Added support for new version of Industry/Teams/ Fixed a bug in Industry/Systems/
|

Lucas Kell
Internet Terrorists SpaceMonkey's Alliance
4041
|
Posted - 2014.08.07 07:12:00 -
[88] - Quote
Your GetWars method doesn't pass the page though to the Async version of the method, so always return page 1.
Handy library though. Thanks. The Indecisive Noob - EVE fan blog. Wholesale Trading - The new bulk trading mailing list. Chrysus Industries - Savings made simple!
|

Icahmura Hasaki
Brave Newbies Inc. Brave Collective
5
|
Posted - 2014.08.08 19:01:00 -
[89] - Quote
Thanks, I've pushed a fix for this as well as some other fixes to github. I'll be adding a nuget release in a week or so. |

Squornshellous Zeta
BioDyne
0
|
Posted - 2014.08.17 04:30:00 -
[90] - Quote
I'm trying to get the attribute values from a character, and it seems the charactersheet Attributes structure returns nothing.
Looking at the code, it appears that the attributes are just not being parsed from the XML when calling the API. All the other parts of the Character Sheet seem to be there (through I haven't done an exhaustive check).
Thanks,
- SZ |
|
|
|
|
Pages: 1 2 [3] 4 5 6 7 8 9 10 11 12 13 14 15 .. 15 :: one page |
First page | Previous page | Next page | Last page |