User Portlet User Portlet

Discussions
I am trying to recreate this curl command using HTTP Request: curl --request POST \ --url 'https://api.elevenlabs.io/v1/text-to-speech/21m00Tcm4TlvDq8ikWAM?output_format=mp3_22050_32' \ --header 'Content-Type: application/json' \...
I would like to store the details of my home in a computable format. A simple example would be storing the name, and product code of the paint used in my living room. If I stored this information in an EntityStore, is there any way I can get MMA's...
I have a test data set comprising a list of people and their preferred subjects. {{"john" -> "physics"}, {"john" -> "chemistry"}, {"jane" -> "physics"}, {"jane" -> "biology"}, {"peter" -> "biology"}, {"peter" ->...
Thanks Hans. I had never played with the .wl editor. That is actually an interesting approach. I will definitely try using that more. Being able to jump between functions is very helpful. Cheers, Andy
Thanks for your help Eric. I am pleased to know that what I was trying is - basically - correct. I will now go and find out what I did wrong :)
I don't think there is a ServiceConnect mechanism, but it may be possible to call the Google Rest API. I am not sure if it supports JWT authentication, but if it does, I have some code to generate the JWTs
Thanks Robert. That's very helpful. I will do some experiments with importing the code into a notebook. But, on the basis of your thoughts, it sounds as though the process of editing the code in IntelliJ is really just a one-way process. I.e. once I...
Thank you very much everyone. I need to go and practice more with pattern matching. I can see it's very powerful, but I haven't properly understood it up to now.
Neil, and Jeffery, thank you very much. I had misunderstood your initial comment. Cheers Andy
Hi Alex, Have you tried mapping it over the station list. data = WeatherData[#, "Temperature", {{1990, 1, 1}, {2021, 3, 31}, "Day"}] & /@ {"Chicago", "LTAF"} Cheers, Andy