I have just started developing a new service and the first thing I need to do is get a list of servers. Starting with the simplest thing, I get a token by following this guide; assume this token is {token}.
Ah, thanks. So is the endpoint I was looking for deprecated?
I was actually showing the curl for a .NET Plex library I was trying to use from Nuget. I can’t easily change that URL and it doesn’t look like the project is being maintained anymore.
I may have to go back to basics and write my own client.
Yes, I can but I am wary of forking projects that I do not then have the time to then maintain. I think it might be a better idea to produce my own API client, limited to the endpoints I need for my use case.
I’m currently investigating replacing the client I was using with something based on refit. It is well maintained and in use by some pretty big companies.