From e3786423c253a2357704c596c61ed75971be44f0 Mon Sep 17 00:00:00 2001 From: Prabhat Singh <59395410+TestPrab@users.noreply.github.com> Date: Sat, 17 Jul 2021 12:12:19 +0530 Subject: [PATCH] Update README.md (#1571) --- src/bcf/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/bcf/README.md b/src/bcf/README.md index e7a5208ba3..c01a4e58a7 100644 --- a/src/bcf/README.md +++ b/src/bcf/README.md @@ -7,7 +7,7 @@ is available via `bcfapi.py`. - BCF-XML version 2.1: Fully supported - BCF-API version 2.1: Not supported, will probably tackle this after BCF-API v3.0 - BCF-XML version 3.0: Almost fully supported, except for the documents module - - BCF-API version 3.0: Not supported, but work underway to support it + - BCF-API version 3.0: Almost fully supported, except for two requests. ## bcfxml @@ -93,3 +93,9 @@ print(data) data = client.get_extensions(project_id) print(data) ``` + +## Todo List +The remaining work that needs to be completed in `bcfxml.py` and `bcfapi.py`. + * For `bcfxml.py` two xsds support is remaining namely 'documents.xsd` and `extensions.xsd`. + * For `bcfapi.py` two requests that are `get_topics` and `get_comments` are remaining. +