Commit Graph

7 Commits

Author SHA1 Message Date
Freezed 949520d260 ️ Build request with stream specific fields #12
All LDP stream shares standards fields
This commit remove those from the stream mapping and build a request asking only
for the stream specific fields.
2022-10-11 02:14:17 +02:00
Freezed 6ed57de1aa 🎨 Normalize field stripping #12
`strip_std_field()` will be used to strip fields from the `get_map_props()` in
the next iterations.
This modification aim to format data passed to `strip_std_field()` then
we can use it easyly later for other options.
2022-10-10 09:58:44 +02:00
Freezed d1b19fa491 Normalize fields stripping #13
Previous code was based on demo’s fields to remove undesired one.
As LDP populate hits with some standards fields, this code just remove it.
TODO #13 : build request to retrieve only desired fields
2022-10-06 01:56:31 +02:00
Freezed d7a604528d Add HTTP request recording for tests #6 2022-09-29 00:25:07 +02:00
Freezed 645fd3a5da Format last entries from stream #4 2022-09-28 23:55:10 +02:00
Freezed c656f4f1bd Retrieve last entries from stream #4 2022-09-28 23:35:53 +02:00
Freezed d04d4e235e 🚚 Rename main module to ldpy
Use of `main.main.foo()` was a bit confusing
2022-09-28 00:00:29 +02:00