: 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
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 are for APIs that use JSON, XML, Java, etc. What is the best way to dive into API documentation using a C# document as a first project?
More posts by @Berryessa137
: Help describing dogs' physical appearance and movement I'm writing a story about a group of dogs, mongrels mostly. I would like help finding the correct vocabulary to describe their physical appearance.
: Is it good/bad/neutral to introduce a character's day to day life if it's immediately going to be drastically changed? So I'm writing a science fantasy WiP and I'm unsure how to introduce the
2 Comments
Sorted by latest first Latest Oldest Best
If the API you're going to document is a REST API, Tom Johnson has this excellent free online course, Documenting REST APIs.
If that doesn't fit your needs, Stack Overflow has a couple of topics that might also be interesting:
C# Doc Generator has a list of tools to consider.
Creating great API doc: Tools and techniques.
An important API doc tool that's trending right now is the Swagger Editor, which includes support for C#. For a great example of API doc, check out the Swagger examples.
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.
Terms of Use Privacy policy Contact About Cancellation policy © selfpublishingguru.com2024 All Rights reserved.