Questions tagged [api-documentation]

23 questions
0
votes
0 answers

Is there any document for python API of Frida

I use Frida to do some work on android,but I didn't find document of python API,just some JavaScript API in website of Frida I want to learn about details of python API of Frida
bay0max
  • 11
  • 1
0
votes
0 answers

Insomnia doesn't return the status 201 in the api documentation

..response:201 { "RegisteredUser": { .. I'm having a problem with insomnia's documentation I have this on insomnia, with 200 it goes well, 201 keeps showing me 200. Can someone tell me how do I change to 201?
0
votes
0 answers

Documenting API with Parameters in Excel / CSV

I want to document all the APIs in Excel with the list of parameters. I tried most of the commonly available tools. I also tried converting the Json to excel, but no luck. Can you please help me with some way to help me document a list of 84 APIs…
Atul Jain
  • 1
  • 1
0
votes
0 answers

How to make scribe generated css files use the https protocol of the whole website

I decided to use Scribe to make documentation of my api. So i generated the docs folder offline then i pushed it onto app platform. Now when i load the page the page loads but the css files do not use the https protocol for the whole website. I…
0
votes
0 answers

How can I show some endpoints only admin

I created an apidoc when I published that everyone can see all endpoints. Is there a way to add restriction? I want to create an admin and user role. The admin can see all endpoints but user can see some endpoints on document. How can I do?
Fatih Doğan
  • 417
  • 1
  • 4
  • 16
0
votes
1 answer

spring boot API giving 404 when changing endpoint name

I am returning the HTML page located in the resources/static folder. But, if it's like a single slash, it's working fine, giving me the HTML content. But when there is multiple slash added to the path its giving…
0
votes
1 answer

Custom themes for Slate API documentation?

Problem Statement: I am currently using Slate to write API documentation and I have a need of changing the theme. The default theme looks like this: Whereas, I wanted to make it something like this: Source: https://dashboard.clearbit.com/docs and…
Pramesh Bajracharya
  • 2,153
  • 3
  • 28
  • 54
-1
votes
1 answer

Add Custom Text Section in API documentation

Hi i am interested to know how to add the custom text section in the API documentation like this example site: https://api-reference.rebilly.com/#section/Introduction. I am using asp.net core 6 and i have configured Redoc but unable to add the text…
1
2