A simple .NET API wrapper for pastemyst!
Go check out the wiki to learn how to use this in your project!
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- .NET 8+
- Clone the repo:
git clone https://github.com/dentolos19/PasteMystNet.git
- Get your API key from pastemyst.
- Use the template
.env.template
and create a file named.env
inside the projectPasteMystNet.Tests
and enter your key. - Restore dependencies:
dotnet restore
(optional) - Test the library:
dotnet test
or use the built-in tests runner in your IDE (recommended)
- Icon from pastemyst, edited by me.
Distributed under the MIT License. See LICENSE for more information.