Collections of abstract laravel jobs to interact with eves online ESI endpoints

1.1.0 2023-01-29 11:18 UTC

This package is auto-updated.

Last update: 2024-03-29 04:46:28 UTC


README

Based on SeAT - Eve API package, but project agnostic.

This package provides an abstract class for each ESI endpoint. Extend the class, and implement the handle function.

The handle function should call $this->retrieve() to get the information from the ESI. make sure you set any request body or query string attributes required by using $this->request_body[] or $this->query_string[] as required.