medium-sdk-dotnet
medium-sdk-dotnet copied to clipboard
This repository contains the open source SDK for integrating Medium's OAuth2 API into your .NET app.
Results
3
medium-sdk-dotnet issues
Sort by
recently updated
recently updated
newest added
Closes #10
Medium API responds with HTTP 429 Too Many Requests when automated integration tests exceeds rate limit. Find out the limit and try to add sleep before retrying these tests. This...
bug
Replace `Medium.Helpers.UnixTimestampConverter` with [UnixTimeConverter](https://www.nuget.org/packages/UnixTimeConverter) nuget package.
enhancement
help wanted