Eve Swagger Interface

Hi, I’m curious about knowing if some one ever tried to use Eve Swagger Interface with Sanderling?

I did not try the Eve Swagger Interface, but it looks interesting.

Looks like this could be used to check for example if creation of a bookmark was successful: https://esi.evetech.net/latest/#!/Bookmarks/get_characters_character_id_bookmarks

Ok, maybe that would not work because of caching? :thinking:

This route is cached for up to 3600 seconds

I find that en github https://github.com/seraphx2/ESI.NET if it interest you. I tried to import some code unsuccessfully. I tried to import with “using System.Net.Http” but it get me error. For now I don’t really know what I’m suppose to do.