27 May
2014
27 May
'14
5:32 p.m.
On Fri, May 09, 2014 at 11:32:11AM +0200, Vesna Manojlovic <BECHA@ripe.net> wrote a message of 42 lines which said:
last week we enabled a new feature that quite a few people had an interest in: an API that lets you get up to 10 most recent results of any measurement:
The Python package RIPEAtlas <https://github.com/RIPE-Atlas-Community/ripe-atlas-community-contrib/blob/master/RIPEAtlas.py> has been updated to use this new feature: measurement = RIPEAtlas.Measurement(data=None, id=int(sys.argv[1])) results = measurement.results(latest=1) for result in results: