আবিষ্কার নথি: তালিকা
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
এই এন্ডপয়েন্টে সমর্থিত API-এর তালিকা পুনরুদ্ধার করুন। এখনই চেষ্টা করে দেখুন ।
Discovery.apis.list পদ্ধতিটি Google APIs আবিষ্কার পরিষেবা দ্বারা সমর্থিত সমস্ত APIগুলির তালিকা প্রদান করে৷ প্রতিটি এন্ট্রির ডেটা হল সেই API-এর জন্য ডিসকভারি ডকুমেন্টের একটি উপসেট, এবং তালিকাটি সমর্থিত APIগুলির একটি ডিরেক্টরি প্রদান করে। যদি একটি নির্দিষ্ট API এর একাধিক সংস্করণ থাকে তবে প্রতিটি সংস্করণের তালিকায় নিজস্ব এন্ট্রি রয়েছে।
অনুরোধ
HTTP অনুরোধ
GET https://discovery.googleapis.com/discovery/v1/apis
পরামিতি
প্যারামিটারের নাম | মান | বর্ণনা |
---|
ঐচ্ছিক পরামিতি |
name | string | শুধুমাত্র প্রদত্ত নামের APIs অন্তর্ভুক্ত করুন। |
preferred | boolean | একটি API এর শুধুমাত্র পছন্দের সংস্করণ ফেরত দিন। ডিফল্টরূপে " false "। |
রিকোয়েস্ট বডি
এই পদ্ধতির সাথে একটি অনুরোধ সংস্থা সরবরাহ করবেন না।
প্রতিক্রিয়া
সফল হলে, এই পদ্ধতিটি নিম্নলিখিত কাঠামো সহ একটি প্রতিক্রিয়া বডি প্রদান করে:
{
"kind": "discovery#directoryList",
"discoveryVersion": "v1",
"items": [
{
"kind": "discovery#directoryItem",
"id": string,
"name": string,
"version": string,
"title": string,
"description": string,
"discoveryRestUrl": string,
"discoveryLink": string,
"icons": {
"x16": string,
"x32": string
},
"documentationLink": string,
"labels": [
string
],
"preferred": boolean
}
]
}
সম্পত্তির নাম | মান | বর্ণনা | মন্তব্য |
---|
kind | string | স্থির স্ট্রিং আবিষ্কার#directoryList | |
discoveryVersion | string | এই ডক তৈরি করতে ব্যবহৃত Discovery API-এর সংস্করণ নির্দেশ করুন। | |
items[] | list | পৃথক ডিরেক্টরি এন্ট্রি. API/সংস্করণ জোড়া প্রতি একটি এন্ট্রি। | |
items[]. kind | string | এই প্রতিক্রিয়া জন্য ধরনের. | |
items[]. id | string | এই API এর আইডি। | |
items[]. name | string | API এর নাম। | |
items[]. version | string | API এর সংস্করণ। | |
items[]. title | string | এই API এর শিরোনাম। | |
items[]. description | string | এই API এর বর্ণনা। | |
items[]. discoveryRestUrl | string | REST নথি আবিষ্কারের url. | |
items[]. discoveryLink | string | আবিষ্কার নথির একটি লিঙ্ক। | |
items[]. icons | object | API প্রতিনিধিত্বকারী 16x16 এবং 32x32 আইকনের লিঙ্ক। | |
items[].icons. x16 | string | 16x16 আইকনের url. | |
items[].icons. x32 | string | 32x32 আইকনের url. | |
items[]. documentationLink | string | API-এর জন্য মানুষের পাঠযোগ্য ডকুমেন্টেশনের একটি লিঙ্ক। | |
items[]. labels[] | list | এই API-এর স্থিতির জন্য লেবেল, যেমন limited_availability বা deprecated . | |
items[]. preferred | boolean | true যদি এই সংস্করণটি ব্যবহার করার জন্য পছন্দের সংস্করণ হয়। | |
এটা চেষ্টা করুন!
লাইভ ডেটাতে এই পদ্ধতিতে কল করতে এবং প্রতিক্রিয়া দেখতে নীচের এক্সপ্লোরারটি ব্যবহার করুন। বিকল্পভাবে, স্বতন্ত্র এক্সপ্লোরার ব্যবহার করে দেখুন।
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2022-07-27 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2022-07-27 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eThe \u003ccode\u003ediscovery.apis.list\u003c/code\u003e endpoint retrieves a list of all APIs supported by the Google APIs Discovery Service.\u003c/p\u003e\n"],["\u003cp\u003eEach API and its versions are represented as individual entries in the response.\u003c/p\u003e\n"],["\u003cp\u003eYou can filter results using optional parameters like \u003ccode\u003ename\u003c/code\u003e to include specific APIs or \u003ccode\u003epreferred\u003c/code\u003e to return only preferred versions.\u003c/p\u003e\n"],["\u003cp\u003eThe response provides comprehensive information about each API, including its ID, name, version, description, documentation link, and icons.\u003c/p\u003e\n"]]],[],null,["# Discovery Document: list\n\nRetrieve the list of APIs supported at this endpoint.\n\n\nThe `discovery.apis.list` method returns the list of all APIs supported by the\nGoogle APIs Discovery Service. The data for each entry is a subset of the Discovery Document\nfor that API, and the list provides a directory of supported APIs. If a specific API\nhas multiple versions, each of the versions has its own entry in the list.\n\nRequest\n-------\n\n### HTTP Request\n\n```\nGET https://discovery.googleapis.com/discovery/v1/apis\n```\n\n### Parameters\n\n| Parameter Name | Value | Description |\n|----------------|-----------|--------------------------------------------------------------------|\n| **Optional Parameters** |||\n| `name` | `string` | Only include APIs with the given name. |\n| `preferred` | `boolean` | Return only the preferred version of an API. \"`false`\" by default. |\n\n### Request Body\n\nDo not supply a request body with this method.\n\nResponse\n--------\n\nIf successful, this method returns a response body with the following structure:\n\n```text\n{\n \"kind\": \"discovery#directoryList\",\n \"discoveryVersion\": \"v1\",\n \"items\": [\n {\n \"kind\": \"discovery#directoryItem\",\n \"id\": string,\n \"name\": string,\n \"version\": string,\n \"title\": string,\n \"description\": string,\n \"discoveryRestUrl\": string,\n \"discoveryLink\": string,\n \"icons\": {\n \"x16\": string,\n \"x32\": string\n },\n \"documentationLink\": string,\n \"labels\": [\n string\n ],\n \"preferred\": boolean\n }\n ]\n}\n```\n\n| Property Name | Value | Description |\n|-----------------------------|-----------|------------------------------------------------------------------------------------|\n| `kind` | `string` | The fixed string discovery#directoryList |\n| `discoveryVersion` | `string` | Indicate the version of the Discovery API used to generate this doc. |\n| `items[]` | `list` | The individual directory entries. One entry per API/version pair. |\n| items[].`kind` | `string` | The kind for this response. |\n| items[].`id` | `string` | The ID of this API. |\n| items[].`name` | `string` | The name of the API. |\n| items[].`version` | `string` | The version of the API. |\n| items[].`title` | `string` | The title of this API. |\n| items[].`description` | `string` | The description of this API. |\n| items[].`discoveryRestUrl` | `string` | The url for the discovery REST document. |\n| items[].`discoveryLink` | `string` | A link to the discovery document. |\n| items[].`icons` | `object` | Links to 16x16 and 32x32 icons representing the API. |\n| items[].icons.`x16` | `string` | The url of the 16x16 icon. |\n| items[].icons.`x32` | `string` | The url of the 32x32 icon. |\n| items[].`documentationLink` | `string` | A link to human readable documentation for the API. |\n| items[].`labels[]` | `list` | Labels for the status of this API, such as `limited_availability` or `deprecated`. |\n| items[].`preferred` | `boolean` | `true` if this version is the preferred version to use. |"]]