I'm developing an application using LinkedIn api, in documentation it is stated that company/industry value should be one of acronyms described here: https://learn.microsoft.com/en-us/linkedin/shared/references/reference-tables/industry-codes but instead of that I'm getting full industry name like "Information Technology and Services", is it possible to get it in "tech" format?
Thanks
Nevermind, I was using V1 api ;)
Related
(or anyone with knowledge on this subject).
I have been requested to place an "apply with linkedin" button on a clients website, so that job applicants can apply using there linkedin details to make the process a bit easier (please note that this is not for large scale requirement, and is for one company).
Button docs here for ref:
https://learn.microsoft.com/en-us/linkedin/talent/apply-with-linkedin
I have read the docs and come to the understanding that linkedIn only allows this API feature if:
You have a Linkedin enterprise account
You have a ATS account
I was hoping to get some clarification on these two points to see if I am correct? Or if there is a way to a normal business account can use this feature?
Thank you for any help you can offer here,
All the best,
Wally
Posting for anyone who finds this in future -
LinkedIn requires you to have their ATS system to use the apply with LinkedIn button from their API page.... This costs allot of Money (from my POV - but business class is a thing because businesses have allot of money).
This is not explicitly stated on the site, more like:
To use this feature you need ATS
To get ATS you need to speak with sales and pay for it (I ended up on the phone to a sales rep in Irl to find this out.... so pretty good example of where docs could be more explicate rather than implicit).
We would like to use sabre services. We would like to query the available UPAs (Universal Product Attributes) so we could show them to our customers. Currently we would like to show this pre-booking.
We have registered on the site: https://developer.sabre.com/ found some documentations but not everything is fully clear yet. Do we have a development guide about this topic? If yes, then which document it is?
When searching for product catalog here: https://developer.sabre.com/product-catalog we could not find anything about this query.
We also checked the following documentation but it is more about Amenities and UTAs (Universal Ticket Attributes): http://files.developer.sabre.com/doc/providerdoc/Merchandising/GAOv3.1_RQRS_UG_TN.pdf
So what we need is a documentation of how to query UPAs (Universal Product Attributes). Could you please help us out?
Thank you in advance.
The only reference I found for UPA is related to ATPCO and, as far as I know, Sabre does not offer ATPCO content directly. Data goes from ATPCO mainly for shopping and pricing stuff.
If you are new to Sabre, you might want to try checking the Getting started with Sabre APIs and then check on the items on the left menu
https://developer.sabre.com/guides/travel-agency/quickstart
I have the requirement but i dont know which Google Service could fit this. I have a company name. Lets say "General Motors" or "IBM". I want to get all Google Locations where the Company Name is for example "IBM".
Is this possible? Which service would be the best for this?
I think you can use Google place API
It's easy, and you can set keyword option as you wish.
official demo
hope this help.
I'm Wondering how to extract the username using IBM Watson Api with the conversation service.
Example:
Watson ask: What is your name?
User respond: my name is John
How to get the name value? thank you.
PS: see what i wrote in the comments
Finally, i think i found a possible answer, using this service AlchemyAPI.
In this link you will find an entity extractor demo, which can help extracting the name and understand the sentence. I think combining this two services "AlchemyAPI entity extractor tool" with the "conversation tool" can provide a good solution.
I have few questions about the google map v3 which I am planning to use it my intranet website. Before that
1)
I tried sample application by using the below URLs.Both working fine.
Which one is best ? seems both belongs to V3 ? Can i use it for free ?
http://maps.googleapis.com/maps/api/js?sensor=false
http://maps.google.com/maps/api/js?sensor=false
2)
Am planning to use this v3 URL to locate my stationary stores in my state?
Do I need to buy license for that ? If yes, Do i need to change the URL ?
Go into your api console and grab an API key, then go from there:
https://developers.google.com/maps/documentation/javascript/tutorial#api_key
I tried sample application by using the below URLs.Both working fine.
Which one is best ? seems both belongs to V3 ? Can i use it for free ?
http://maps.googleapis.com/maps/api/js?key={API_KEY}&sensor=false
Go for the first one according to official documentation. But the thing is, what happened to your API key anyway!?
As for whether you can use it for free, read here. (Please show your effort before asking things like these)