Class: SynsbasenApi::TestCenter

Inherits:
Resource show all
Defined in:
lib/synsbasen_api/resources/test_center.rb

Overview

The TestCenter class provides methods for interacting with test center-related endpoints in the Synsbasen API.

Constant Summary

Constants inherited from Client

Client::DEFAULT_BASE_URL

Class Method Summary collapse

Methods inherited from Client

delete, get, post

Class Method Details

.allApiResponse

Retrieves information about all test centers.

Returns:

  • (ApiResponse)

    An instance of ApiResponse containing details of all test centers.



12
13
14
# File 'lib/synsbasen_api/resources/test_center.rb', line 12

def all
  get("/v1/#{resource_name}")
end