Discussions

Ask a Question

Try It feature in the API reference

The c# code generator outputs code that contains the line IRestResponse response = client.Execute(request); According to the RestSharp site IRestResponse is deprecated (and in fact appears to be removed from the package) <https://restsharp.dev/v107/#making-requests> Also, it appears that RestRequest no longer takes the method as a parameter.
ANSWERED
ANSWERED

Dyte in my Application

want to integrate dyte video integration in my application using Angular
ANSWERED

Unusual rendering of enum values in Response objects

I've noticed that enums render a little funny in the response schemas generated for the API Reference. ![](https://files.readme.io/a6b4139-image.png) Can anyone help me understand why all but the first value of the enum seem to be consistently re-rendered at the bottom of the enum? Here we see 1 here, which really isn't serving any purpose I can understand. I've uploaded the same schema in other products and they don't render the extra row at the bottom here. An example of the relevant YAML is attached for review: customer_type_name: enum: - 0 - 1 type: integer description: |- _ `0` - Personal \_ `1` - Business readOnly: true Thanks for any advice. Sample from Redoc below, which shows both values for the enum: ![](https://files.readme.io/cef98f6-image.png)
ANSWERED

Can the API/CLI tool update recipe code?

We would like to keep our example code for recipes in a repo where it will be tested as our code base changes. It would be great to be able to update it programmatically with the API or CLI tool. However, it looks like they don't support updating that part of the site.
ANSWERED

API Reference Results JSON Documentation

I can't find documentation on how to present different types in the JSON results I know how to present String and Number type `{"this_is_string": "", "this_is_number": 1}` But I want to know how to present different date formats(date-time, YYYY-MM-DD), Integers, Double, Float, etc. Is there any documentation for this?
ANSWERED

How to switch to dark mode when using Safari on iPhone?

I can't find dark mode button switch when reading docs on my phone. The switch button is missing. I think there should be 3 possible states: - sync with system theme (default) - light mode - dark mode Currently on desktop: - light mode (default) - dark mode Currently on mobile: - light mode (only possible)
ANSWERED

Site Organization

So if my project has an android support section and an iOS support section. I have multiple pages underneath the android section and multiple sections under iOS. See site here: https://docs.streamlayer.io/docs/getting-started So for the first section (Introduction) https://docs.streamlayer.io/docs/introduction I see how I can change the page URL, but can I make the documentation have a better folder hierarchy? So the URL could be changed to https://docs.streamlayer.io/docs/ios/introduction and therefore android could be https://docs.streamlayer.io/docs/android/introduction Can that be done? Thanks
ANSWERED

Can I install a playground for my API in my doc?

Is it possible to set it up so that readers can send requests to my API and receive results?
ANSWERED

Integration procedure of readme

Hi all Hope you are doing good. I want to ask that can I embed readme with my website [fast labour hire](https://fastlabourhire.com.au/)? I just want to embed API references in the header of my website. If is possible then how can I do it?