BF _DAT Graph API
Irena Bojanova, Inventor/Creator, PI & Lead, NIST Bugs Framework (BF), 2014 – ~~~
The BF _DAT APP/API queries BF _DAT Class Type and generates the BF _DAT Taxonomy in graphical format.
UI [https://«coming soon»/BFTaxonomy/PPT/_DAT](https://«coming soon»/BFTaxonomy/PPT/_DAT)
- With Definitions:
[https://«coming soon»/BFTaxonomy/PPT/_DAT?ShowDefinitions=true](https://«coming soon»/BFTaxonomy/PPT/_DAT?ShowDefinitions=true)
- With Definitions:
API
C#
HttpClient client = new HttpClient() { BaseAddress = new Uri("https://<<coming soon>>") }; //to be updated <-- replace YOUR_USER_NAME and YOUR_KEY client.DefaultRequestHeaders.Add("user", YOUR_USER_NAME); client.DefaultRequestHeaders.Add("key", YOUR_KEY); var response = await client.GetAsync("BFTaxonomy/PPT/_DAT/api"); //var response = await client.GetAsync("BFTaxonomy/PPT/_DAT/api?ShowDefinitions=true"); response.EnsureSuccessStatusCode(); var zipData = await response.Content.ReadAsStreamAsync();Python
//to be added//
BF PATENT PENDING
BF CITATION: