It says you can utilize HTTP Basic Authentication for accessing your own Basecamp account with your username and password.
Is that doable through a different overloaded constructor of BCXAPI.Service? Or planned on the roadmap?
I am looking for an API/NuGet package to provide strongly-typed API Access to the Basecamp 2 API, however I am not finding anything promising. I am not writing a web app or OAuth integration.
I am going to try doing the OAuth flow in Postman and then hooking a webbrowser control to see how to "spoof" the login so I can login to my own account with OAuth.
I noticed that here: [https://github.com/basecamp/bcx-api#making-a-request]
It says you can utilize HTTP Basic Authentication for accessing your own Basecamp account with your username and password.
Is that doable through a different overloaded constructor of BCXAPI.Service? Or planned on the roadmap?
I am looking for an API/NuGet package to provide strongly-typed API Access to the Basecamp 2 API, however I am not finding anything promising. I am not writing a web app or OAuth integration.