api-doc Questions
4
We have built APIs based on Azure function and all of the APIs are python based. I know that APIM provides a nice way of importing Azure function and creating and managing APIs. However, i am looki...
Gyre asked 27/1, 2021 at 8:38
7
I have created a Swagger documentation with a yaml file under:
api/swagger/swagger.yaml
Now I want to share a static HTML document with its definition, yet it was stated on the swagger project, th...
Gina asked 3/11, 2016 at 16:50
1
My company uses Open API Spec to organize the doc for internal APIs and render it through UI tools, for example, redoc.ly or Swagger. The API doc is managed as a private git repo and will never be ...
6
Solved
When I run sphinx-apidoc and then make html it produces doc pages that have "Subpackages" and "Submodules" sections and "module" and "package" at the end of each module/package name in the table of...
Roseleeroselia asked 8/1, 2014 at 18:0
2
Can I use https://github.com/TypeStrong/typedoc to create REST API docs like https://apidocjs.com/?
Any suggestions on how to reuse TypeScript types to generate REST API docs are welcome (Using Nex...
Preprandial asked 30/11, 2020 at 16:45
2
Solved
I followed the getting started guide for Spring Rest Doc word by word, but I cannot get any html out of the generated snippets.
The snippets are generated fine in the directory I configure (build/...
Shore asked 27/6, 2016 at 15:32
1
Solved
I scratched my head over this one for a few hours. I followed Microsoft's tutorial on adding API documentation. That all worked as expected on my local machine, but when published to my production ...
1
Solved
I am migrating from swagger 2 to OpenApi 3.
Swagger 2 Sample Code
@ApiOperation(value = "", nickname = "")
@GetMapping
public List<Employee> findEmployees(@Valid Dto dto) {
return empl...
Nephrosis asked 17/4, 2020 at 13:13
1
I'm new to the OpenAPI 3.0.0.
I have successfully created a java client library using an openapi-generator.
But OpenAPI Generator allows the generation of API client libraries (SDK generation),...
Citified asked 14/1, 2020 at 3:30
1
Solved
I am testing apis usng postman continuously and then generating api documentation using postman app.
But problem is that documentation is not displaying api response which i am receiving in postma...
2
I have an API only rails app which needs documentation for frontend developers. And it's my first experience with it.
What tool do you use for this purpose? Note that I am using rails 5 API...
Helpless asked 9/2, 2018 at 7:38
2
I tried documenting the APIs while writing viewsets and using django rest docs. I am having the following problems:
if I try to send values for reverse related field, it takes list of values, but...
Gusta asked 16/5, 2018 at 9:56
0
I need to check the TensorFlow API documentation for an old TF version (0.12.1). The website points me to the GitHub branches. I was able to find my information by checking the code in the sub-pack...
Evidently asked 13/7, 2018 at 14:16
1
I am using Swagger 2.0 for documentation generation. In my controller class, I have some operations like:
public Page<Employee> getEmployees(Pageable pageable) {....}
Swagger document genera...
Hierology asked 4/6, 2015 at 6:22
4
Solved
I'm using Symfony framework and have intention do add auto-documentation engine to RESTful api of my project.
After some searching I've found apidoc engine (http://apidocjs.com/). It works pretty ...
Foiled asked 1/7, 2016 at 19:40
3
I have created a WebAPI using .Net 4.5 and want to document this API using Swagger.
I have added swagger-ui in my .Net project. Now when i browse to ../swagger-ui/index.html it successfully opens p...
Bugbane asked 24/1, 2014 at 15:34
0
We recently decided to use RAML to document our API and all seems great so far.
We are using the raml2html utility to generate static HTML documentation. The default template works great, but I've...
1
I want to modify the Swagger documentation generated by Django REST Swagger. I'd like to find the API definition or schema file(s) that Django REST Swagger generates. I haven't been able to find th...
Habitue asked 17/6, 2016 at 19:1
1
When using sphinx-apidoc to generate .rst files, the output produce does not contain any labels:
dessn.examples package
======================
.. automodule:: dessn.examples
:members:
:undoc-me...
Tippet asked 27/3, 2016 at 12:25
4
Solved
I have to document my API's. I have to use any one of them Slate Or Swagger. I want to know which one have more options, pros and cons, which one is better.
Zeus asked 6/4, 2015 at 10:59
1
I am using the latest version of Swashbuckle 5.1.3 and noticed there is a new attribute SwaggerResponse which allows you to document a response type for each response code. For example:
(https://g...
Lane asked 17/4, 2015 at 10:7
1
I tried to generate a API document by apidoc
If my response is a array like
[
{"id" : 1, "name" : "John"},
{"id" : 2, "name" : "Mary"}
]
How could I set in @apiSuccess?
I had try Object[] bu...
Spicer asked 25/2, 2015 at 9:50
1
I have a few private apis written in plain old express. Time to let it out and provide some api documentation.
What I don't want (at least yet) it to re-write my express app to integrate api docum...
1
Solved
What do the Android API docs mean when they talk about a "remotable object"?
For example the API docs for IBinder state:
This interface describes the abstract protocol for interacting with a
r...
2
Solved
I have created a demo project which uses setuptools and has the following structure:
project/
|- pizza/
| |- __init__.py
| `- margherita.py
|
|- README.rst
|- setup.cfg
`- setup.py
I'm tr...
Ilailaire asked 15/1, 2014 at 21:54
1 Next >
© 2022 - 2025 — McMap. All rights reserved.