I am confused about how to create my client. And the official docs do not really make it clear how to do so.
And the related forum post appears to be out of date as well.
And the 3rd party tool I am interested in says
from ogsapi.client import OGSClient
ogs = OGSClient('your_client_id', 'your_client_secret', 'your_username', 'your_password')
but it doesnt say how to get a client id or secret.