Надеюсь, у всех вас был изумительный Новый Год и Рождество. В этой короткой заметке я расскажу вам, ребята, о маленьком изменении, которое мне удалось протащить в обновление Proteus, вернувшись из отпуска. После того, как вам был предоставлен доступ к рынку EVE в режиме реального времени, некоторые из вас попросили добавить дополнительную информацию в результаты выборки ордеров. Благодаря этим просьбам, мы добавили поля id ордера, id локации, id типа и начальное количество товара для сделки, введённое в заказе в результат запроса к API.

Пример запроса:

https://api-sisi.testeveonline.com/market/10000002/orders/buy/?type=https://api-sisi.testeveonline.com/types/587/

{
    "totalCount_str": "20",
    "items": [
        {
            "volume_str": "332",
            "buy": true,
            "issued": "2014-10-31T16:21:23",
            "price": 223004.01,
            "volumeEntered": 444,
            "minVolume": 1,
            "volume": 332,
            "range": "station",
            "href": "https://api-sisi.testeveonline.com/market/10000002/orders/3725514252/",
            "duration_str": "90",
            "location": {
                "id_str": "60003760",
                "href": "https://api-sisi.testeveonline.com/universe/locations/60003760/",
                "id": 60003760,
                "name": "Jita IV - Moon 4 - Caldari Navy Assembly Plant"
            },
            "duration": 90,
            "minVolume_str": "1",
            "volumeEntered_str": "444",
            "type": {
                "id_str": "587",
                "href": "https://api-sisi.testeveonline.com/types/587/",
                "id": 587,
                "name": "Rifter"
            },
            "id": 3725514252,
            "id_str": "3725514252"
        }
    ],
    "pageCount": 1,
    "pageCount_str": "1",
    "totalCount": 20
}

Пример действителен для sisi и будет перенесён в продуктив с выходом обновления Proteus.

Перевод © raxxla


Написать комментарий
 
EVE Online and the EVE logo are the registered trademarks of CCP hf. All rights are reserved worldwide. All other trademarks are the property of their respective owners. EVE Online, the EVE logo, EVE and all associated logos and designs are the intellectual property of CCP hf. All artwork, screenshots, characters, vehicles, storylines, world facts or other recognizable features of the intellectual property relating to these trademarks are likewise the intellectual property of CCP hf. CCP hf. has granted permission to EVE-RU to use EVE Online and all associated logos and designs for promotional and information purposes on its website but does not endorse, and is not in any way affiliated with, EVE-RU. CCP is in no way responsible for the content on or functioning of this website, nor can it be liable for any damage arising from the use of this website.