Yesterday, I added a timestamp to my FireRatingCloud mongodb documents with the intention of retrieving only documents modified after a specific moment. Today, let's look at filtering for and retrieving just those. Here are the steps to achieve that
– A MongoDB query and express route using $gt
– C# REST API client accessing the new route
– Download and diff...
Read more →