From 64c0c971999c1f49c77e5c072f95bc6face707a5 Mon Sep 17 00:00:00 2001 From: Gilbert Kimutai Date: Wed, 6 Feb 2019 08:20:16 +0300 Subject: [PATCH] Update README.md Added TODOs --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 68e94e1..2fbd320 100644 --- a/README.md +++ b/README.md @@ -86,3 +86,16 @@ Shipping zones | N | N | N | N | N Shipping zone locations | N | N | N | N | N Shipping zone methods | N | N | N | N | N Shipping methods | N | N | N | N | N + + +## TODO +At them moment working on these : +1. Authentication +a. More robust authentication : pick method and end point from retrofit interceptor +b. Add tests for end points +2. API version support +3. Support for ssl enabled api calls +4. Review and clean all model classes + + +