Skip to content

Mobile-API for write.as application that provides an anonymous way to share your writing on the web

Notifications You must be signed in to change notification settings

vraestoren/WriteAs.cs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

WriteAs.cs

Mobile-API for write.as application that provides an anonymous way to share your writing on the web

Example

using WriteAsApi;

namespace Application
{
    internal class Program
    {
        static async Task Main()
        {
            var api = new WriteAs();
            string text = await api.PublishText("Hello World!");
            Console.WriteLine(text);
        }
    }
}

About

Mobile-API for write.as application that provides an anonymous way to share your writing on the web

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages