OCaml client for the LinkedIn Voyager API
0
fork

Configure Feed

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

fix(lint): rename constructors to v and resolve E332/E331/E410 across packages

Rename create/make to v in rpmsg, error, proxy, auth, version, and
other modules. Fix doc style issues in error.mli, requests.mli, and
expect_continue.mli. Update all callers.

+1 -1
+1 -1
lib/api.ml
··· 54 54 {|{"clientVersion":"1.13.8031","mpVersion":"1.13.8031","osName":"web","timezoneOffset":0,"timezone":"Etc/UTC","deviceFormFactor":"DESKTOP","mpName":"voyager-web"}|} 55 55 in 56 56 let session = 57 - Requests.create ~sw ~base_url:"https://www.linkedin.com" ~default_headers 57 + Requests.v ~sw ~base_url:"https://www.linkedin.com" ~default_headers 58 58 ~max_redirects:5 ~xsrf_cookie_name:None env 59 59 in 60 60 (* Add our auth cookies to the session's cookie jar *)