bell notificationshomepageloginNewPostedit profile

Topic : Re: How do I start to document an API that uses C#? I have no experience writing API documentation, but a need has arisen for it at my company. However, the only guides I can find for API Documentation - selfpublishingguru.com

10% popularity

Look at API documentation for C#, such as that on the Microsoft site (see here), or check out one of the multitude of repositories on Github.

Basically, API document the ways users interact with your product. You have to specify fields, classes, methods, constants, etc. Look at the Java API to see a systematic way to do this and then adapt it to your product.


Load Full (0)

Login to follow topic

More posts by @Eichhorn147

0 Comments

Sorted by latest first Latest Oldest Best

Back to top