WeAreMammoth / bcxapi-dotnet

Wrapper for the new Basecamp API in .NET
Other
6 stars 1 forks source link

Accessing my own basecamp account with BCXAPI.Service #1

Open astrohart opened 4 years ago

astrohart commented 4 years ago

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.

astrohart commented 4 years ago

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.