BF _MEM Graph API
Irena Bojanova, Inventor/Creator, PI & Lead, NIST Bugs Framework (BF), 2014 – ~~~
The BF _MEM Graph APP/API queries the BF _MEM Class Type queries BF and generates the BF _MEM Taxonomy in graphical format.
UI [https://«coming soon»/BFTaxonomy/PPT/_MEM](https://«coming soon»/BFTaxonomy/PPT/_MEM)
- With Definitions:
[https://«coming soon»/BFTaxonomy/PPT/_MEM?ShowDefinitions=true](https://«coming soon»/BFTaxonomy/PPT/_MEM?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/_MEM/api"); response.EnsureSuccessStatusCode(); var zipData = await response.Content.ReadAsStreamAsync();Python
//to be added//
BF PATENT PENDING
BF CITATION: