OCaml client for the LinkedIn Voyager API
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: apply linter auto-fixes across hostname, initramfs, json-logs, jsonwt, linkedin, matter, mbr

+10 -1
+1 -1
lib/linkedin_url.mli
··· 12 12 Recognised formats: 13 13 - [https://www.linkedin.com/in/{public_id}] 14 14 - [https://www.linkedin.com/feed/update/urn:li:activity:{id}] 15 - - [https://www.linkedin.com/posts/{slug}-activity-{id}-{hash}] *) 15 + - [https://www.linkedin.com/posts/{slug}-activity-{id}-{hash}]. *) 16 16 17 17 val pp : t Fmt.t 18 18 (** [pp] is a pretty-printer for parsed URLs. *)
+3
test/test_api.mli
··· 1 + (** Api tests. *) 2 + 3 + val suite : string * unit Alcotest.test_case list
+3
test/test_post.mli
··· 1 + (** Post tests. *) 2 + 3 + val suite : string * unit Alcotest.test_case list
+3
test/test_profile.mli
··· 1 + (** Profile tests. *) 2 + 3 + val suite : string * unit Alcotest.test_case list