Spring Social LinkedIn: Are there any api for retrieving custom projects?

I am currently using Spring Social LinkedIn 1.0.0.Release to register users on my site. I have a function where I need access to custom projects. Currently, I see no way to access their projects. I looked at the Spring Social LinkedIn code and did not find any data to get this data. I was able to build a resting endpoint to gain access and build a rough cartographer to return a Java object. I look forward to the correct implementation of the Spring Social LinkedIn community. I thought I would check if there are plans to create an api for creating custom projects. The rest of the link for receiving projects is below:

https://api.linkedin.com/v1/people/~:(projects:(id,name,description,occupation,start-date,end-date,members)

Thanks,

Sajjit

+7
java spring spring-social-linkedin
source share

All Articles