1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
/******************************************************************************
Author: Joaquín Béjar García
Email: jb@taunais.com
Date: 8/3/26
******************************************************************************/
//! Operations service interface for IG Markets API
//!
//! This module defines the interface for managing API application operations,
//! including retrieving application details and disabling API keys.
use crateAppError;
use crate;
use async_trait;
/// Service for managing API application operations in the IG Markets API
///
/// This service provides methods for retrieving API application details
/// and managing API key status.