From b0886d02167dd2cd4f185277088e9a0e77cc8ff3 Mon Sep 17 00:00:00 2001 From: Shu Saura <35106430+shusaura85@users.noreply.github.com> Date: Mon, 29 Jul 2024 16:22:58 +0300 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 225419d..97f16b3 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,7 @@ - License ## Information -This version of the library is designed for FANCourier API v2.0 (JSON based responses). The code works and there are examples for all API requests, however, the documentation is not yet ready. -But there are a lot of data types missing and certain functions may not seem obvious. +This version of the library is designed for FANCourier API v2.0 (JSON based responses). The code works and there are examples for all API requests, however, the documentation is not yet ready. All requests have the method `getData()` that returns the unprocessed response of the API. Aditional functions depend on the response object type to return processed data.