Create documentation for websocket - go

What can I use to create api documentation for websocket server?
We use swagger for REST API, but I not find support for websockets

you can use postman or swagger-websocket to generate documentation

Related

How do I exclude Quarkus Graphql-UI from JWT authentication?

I´m using Microprofile-GraphQL extension (https://quarkus.io/guides/microprofile-graphql) for Quarkus together with Smallrye JWT (https://quarkus.io/guides/security-jwt) to secure my GraphQL endpoint.
This however blocks the Graphql UI that comes with the Microprofile extension under /graphql-ui
Is there any way to permitt / allow routes that are not defined in your own rest controllers?
Something like
quarkus.http.auth.permission.permit.paths=/graphql-ui/*
quarkus.http.auth.permission.permit.policy=permit
should do it, please see Quarkus Authorization

Can i use Spring Boot Admin Server as rest api?

I have succesfully configured sba and and admin clients. Is it possible to use sba as a rest provider? Is there any documentation for using it as api?
There is no docs on the api, but yes you can use it, but I guess you need to look in the sources to use it.

Can I import an AWS API definition into Django REST Framework?

I have an API defined in AWS API Gateway, and I would be interested in reusing it in Django REST Framework.
I know AWS's API Gateway has the support for exporting the API as a Swagger file, and I've found that Django REST Framework also supports Swagger, but apparently for documentation purposes only.
Is there a way of importing an AWS API definition into Django, or shall I just start from scratch?
Thanks in advance for all your help.

golang generate rest api documentation using gorilla/mux

I have a restful service in golang running in production, and using gorrila mux. Is there an extension utility available, which I can add to generate nice restful api documention?
The answer is no, but you can use this excellent tool https://github.com/adams-sarah/test2doc to generate documentation

GraniteDS websockets, same endpoint for Flex and JS

GraniteDS 3.1.0RC1 supports Websocket JSR 356 specification. Does it mean I can use the same endpoint for Flex client and Javascript client?
I didn't find websocket demo in the GraniteDS tutorial :(
)
GraniteDS implements an AMF-based messaging protocol on top of websockets.
It's not really possible nor useful to use a JS client with this same endpoint as it would not be able to communicate with Flex clients.
As for a demo/tutorial, you can have a look at this.

Resources