linkedin-developers / linkedin-api-js-client

LinkedIn API JavaScript Client Library
Other
88 stars 20 forks source link

LinkedIn OpenAPI/Swagger specification? #24

Closed fab-mindflow closed 8 months ago

fab-mindflow commented 1 year ago

Hey there, Any OpenAPI/swagger specification of all LinkedIn APIs available? Or a rest.li converter?

shimizust commented 8 months ago

@fab-mindflow Unfortunately, LinkedIn APIs cannot actually be fully represented using the OpenAPI spec due to the specifics of the Rest.li protocol. Very simple APIs can be represented by OpenAPI spec, but not any of medium complexity.

fab-mindflow commented 7 months ago

OK, noted. Yes, OpenAPI has limitations and for LinkedIn scale, I understand it's quite a challenge. However, OpenAPI is also the most popular API standard (being extended along the way) and successfully used by a lot of small and large vendors and clients. Covering most important endpoints would be quite handy to ease integrations.