
Product
Announcing Precomputed Reachability Analysis in Socket
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
FactSet.SDK.ContentFeedsDataDictionary
Advanced tools
Content Feeds Data Dictionary client library for .NET
An API for interacting with CTS Data Dictionary.
This .NET package is automatically generated by the OpenAPI Generator project:
dotnet add package FactSet.SDK.Utils
dotnet add package FactSet.SDK.ContentFeedsDataDictionary -v 0.21.11
nuget install FactSet.SDK.Utils
nuget install FactSet.SDK.ContentFeedsDataDictionary -Version 0.21.11
[!IMPORTANT] The parameter variables defined below are just examples and may potentially contain non valid values. Please replace them with valid values.
using System;
using System.Threading.Tasks;
using FactSet.SDK.Utils.Authentication;
using FactSet.SDK.ContentFeedsDataDictionary.Api;
using FactSet.SDK.ContentFeedsDataDictionary.Client;
using FactSet.SDK.ContentFeedsDataDictionary.Model;
namespace Example
{
public static class NavigatorBasicSearchPostExample
{
public static async Task Main()
{
var config = new FactSet.SDK.ContentFeedsDataDictionary.Client.Configuration();
// Examples for each supported authentication method are below,
// choose one that satisfies your use case.
/* (Preferred) OAuth 2.0: FactSetOAuth2 */
// See https://github.com/FactSet/enterprise-sdk#oauth-20
// for information on how to create the app-config.json file
//
// The confidential client instance should be reused in production environments.
// See https://github.com/FactSet/enterprise-sdk-utils-dotnet#authentication
// for more information on using the ConfidentialClient class
ConfidentialClient confidentialClient = await ConfidentialClient.CreateAsync("/path/to/app-config.json");
config.OAuth2Client = confidentialClient;
/* Basic authentication: FactSetApiKey */
// See https://github.com/FactSet/enterprise-sdk#api-key
// for information how to create an API key
// config.Username = "USERNAME-SERIAL";
// config.Password = "API-KEY";
var apiInstance = new NavigatorApi(config);
var basicSearchRequest = new BasicSearchRequest(); // BasicSearchRequest | A list of search terms (each term must be at least two characters).
try
{
// Returns the data items (along with the products they belong to) that contain at least one of the search terms as a substring of either their name or description.
BasicSearchResponse result = apiInstance.NavigatorBasicSearchPost(basicSearchRequest);
Console.WriteLine(result.ToJson());
}
catch (ApiException e)
{
Console.WriteLine("Exception when calling NavigatorApi.NavigatorBasicSearchPost: " + e.Message );
Console.WriteLine("Status Code: "+ e.ErrorCode);
Console.WriteLine(e.StackTrace);
}
}
}
}
To use the API client with a HTTP proxy, setup a System.Net.WebProxy
Configuration c = new Configuration();
System.Net.WebProxy webProxy = new System.Net.WebProxy("http://myProxyUrl:80/");
webProxy.Credentials = System.Net.CredentialCache.DefaultCredentials;
c.Proxy = webProxy;
All URIs are relative to https://api.factset.com/data-dictionary
Class | Method | HTTP request | Description |
---|---|---|---|
NavigatorApi | NavigatorBasicSearchPost | POST /navigator/basic_search | Returns the data items (along with the products they belong to) that contain at least one of the search terms as a substring of either their name or description. |
NavigatorApi | NavigatorDataItemsProductIdGet | GET /navigator/data_items/{Product_id} | Get the list of data items associated with a product for Navigator. |
NavigatorApi | NavigatorProductsGet | GET /navigator/products | Get the list of products for Navigator. |
NavigatorApi | NavigatorSourcesDataItemIdGet | GET /navigator/sources/{DataItem_id} | Get a list of sources where the specified data item can be found, for each delivery method, filtered to the appearances of the given data item within the specified product. |
NavigatorApi | NavigatorSourcesGet | GET /navigator/sources | Get a list of sources by delivery method for the given product_id |
NavigatorApi | NavigatorTableFieldsTableIdGet | GET /navigator/table_fields/{Table_id} | Get the list of fields associated with a table for Navigator, and the code information for the specified data item, if applicable. |
Please refer to the contributing guide.
Copyright 2022 FactSet Research Systems Inc
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
FAQs
Content Feeds Data Dictionary client library for .NET
We found that factset.sdk.contentfeedsdatadictionary demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.
Product
Add secure dependency scanning to Claude Desktop with Socket MCP, a one-click extension that keeps your coding conversations safe from malicious packages.