superfaceai / station

Comlink metadata for self-integrating applications.
https://superface.ai/catalog
MIT License
22 stars 5 forks source link

feat(social-media/posts): Add LinkedIn map #213

Closed jnv closed 2 years ago

jnv commented 2 years ago

Description

Add LinkedIn map for social-media/posts profile. Currently this doesn't expose createdAt because provider returns that as Unix timestamps and we have no easy way to convert those into ISO date (will be fixed once this feature is exposed in OneSDK).

I have opted out of shared tests to use a fixed profile ID and add test for pagination (this could be consolidated separately).

Motivation and Context

Types of changes

Checklist:

jnv commented 2 years ago

@janhalama Thanks for the review, I have worked in your suggestions and expanded the tests a bit.