From 092fe4796da156ba0c24e9c768eebd2eb989ab4c Mon Sep 17 00:00:00 2001 From: Nemo Date: Thu, 20 May 2021 22:53:49 +0530 Subject: [PATCH] Add some tags --- .../Kuvera-Unofficial-API-Documentation.md | 2 +- reference/Kuvera.yaml | 12 ++++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/docs/introduction/Kuvera-Unofficial-API-Documentation.md b/docs/introduction/Kuvera-Unofficial-API-Documentation.md index 5e8d83f..a668cfa 100644 --- a/docs/introduction/Kuvera-Unofficial-API-Documentation.md +++ b/docs/introduction/Kuvera-Unofficial-API-Documentation.md @@ -2,7 +2,7 @@ tags: [introduction] --- -# Kuvera Unofficial API Documentation +# README Welcome to the unofficial Kuvera API docs. Kuvera has a pretty good read-only API that has CORS enabled for all domains. As an example, you can find a demo of the complete NIFTY 50 graph generated here. diff --git a/reference/Kuvera.yaml b/reference/Kuvera.yaml index 76d7c7a..781d0dc 100644 --- a/reference/Kuvera.yaml +++ b/reference/Kuvera.yaml @@ -1,21 +1,19 @@ openapi: 3.0.0 info: title: Kuvera - version: '4' + version: '' contact: name: Nemo url: 'https://captnemo.in/contact/' email: kuvera.api@captnemo.in termsOfService: 'https://github.com/captn3m0/kuvera-unofficial-api-specification' - description: Unofficial read API specification for Kuvera. + description: 'Unofficial read API specification for Kuvera. ' servers: - url: 'https://api.kuvera.in' paths: /mf/api/v4/fund_schemes/list.json: get: summary: Get Mutual Funds - tags: - - kuvera responses: '200': description: OK @@ -138,6 +136,8 @@ paths: $ref: '#/components/schemas/Mutual-Fund-Code' operationId: top_bought_funds description: List of top bought Mutual Funds + tags: + - top_funds /v3/funds/tags/top_sold.json: get: summary: Top Sold Funds @@ -152,6 +152,8 @@ paths: $ref: '#/components/schemas/Mutual-Fund-Code' operationId: top_sold_funds description: List of top sold Mutual Funds + tags: + - top_funds /v3/funds/tags/top_watchlist.json: get: summary: Top Watched Funds @@ -166,6 +168,8 @@ paths: $ref: '#/components/schemas/Mutual-Fund-Code' operationId: top_watched_funds description: List of top watched Mutual Funds + tags: + - top_funds /api/v3/funds/index_nav/NIFTY50.json: get: summary: NIFTY 50 Historical Value