We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello all.
As part of a new project I would like to connect to an external api with a username and application key. I understand how to connect to a simple api and load/get the JSON data but after much searching I can't find details on how to login to an API prior to connecting and retrieving data.
Is this doable from within a processing sketch?
I have the endpoint URL but can't practice extracting the data through processing as I can't apply my credentials that way.
If anyone could point me in the right direction it would be greatly appreciated.
Cheers
Answers
I made this a while back for Wolfram's API. See if you can change it to get it work for you :
Many thanks. Will have a play with it and see what happens.