This repository was archived by the owner on Nov 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ Let's print the JSON-LD payload.
9797e.pprint()
9898```
9999
100- The result is available [ here] ( https://raw.githubusercontent. com/Orange-OpenSource/python-ngsild-client/master/parking_sample.jsonld ) .<br >
100+ The result is available [ here] ( https://github. com/Orange-OpenSource/python-ngsild-client/blob /master/parking_sample.jsonld ) .<br >
101101
102102
103103### Persist our parking in the Context Broker
@@ -236,7 +236,7 @@ Make a single list of these parts and save it into a file.
236236datamodel = sum (([parking], spots), []) # flatten lists
237237Entity.save_batch(datamodel, " parking_system.jsonld" )
238238```
239- The result is available [ here] ( https://raw.githubusercontent. com/Orange-OpenSource/python-ngsild-client/master/parking_system.jsonld ) .<br >
239+ The result is available [ here] ( https://github. com/Orange-OpenSource/python-ngsild-client/blob /master/parking_system.jsonld ) .<br >
240240Time now to populate our parking system in the broker.
241241
242242``` python
Original file line number Diff line number Diff line change 1+ # ngsildclient 0.5.1
2+ ## November 24, 2022
3+
4+ - Allow to specify precision in Entity.loc()
5+ - Added type to PostalAddressBuilder
6+ - Urlencode query in subscription payloads
7+ - Fixed issue #7 : Batch upsert with AsyncClient fails with Unsupported Media type
8+
19# ngsildclient 0.5.0
210## October 26, 2022
311
You can’t perform that action at this time.
0 commit comments