What did you do this week?
I have been refactoring NVD API this past week. I have removed the JSON cache in case we fetch feeds using API which was unnecessarily taking a long time. I limited the connections per session to prevent failures.
What is coming up next?
I will be working on changing the above said limit and the interval in case of failed requests.
Did you get stuck anywhere?
Yes, I have been trying to fetch NVD feed counts from NVD dashboard which is not returning contiguous dicitonary - Resulting in tests failure. I will be working on this as well.
I have been refactoring NVD API this past week. I have removed the JSON cache in case we fetch feeds using API which was unnecessarily taking a long time. I limited the connections per session to prevent failures.
What is coming up next?
I will be working on changing the above said limit and the interval in case of failed requests.
Did you get stuck anywhere?
Yes, I have been trying to fetch NVD feed counts from NVD dashboard which is not returning contiguous dicitonary - Resulting in tests failure. I will be working on this as well.