Anton Kuzmin
Anton Kuzmin

Reputation: 831

Is it possible to use apiblueprint for defining soap API documentation?

I tried and I have problems with resource groups. I tried to create a custom group "Events" and list all function names related to events.

Upvotes: 1

Views: 449

Answers (1)

Zdenek
Zdenek

Reputation: 3693

I am afraid the frank answer is no.

The number of actions an API Blueprint Resource can have is currently limited by the number of HTTP Request Methods. At the moment the API Blueprint is made for APIs that are leveraging the HTTP – and as such it is leaning towards the resource-oriented architecture.

With that being said we are constantly evaluating the possible use other protocol layers and (better) support for various API architecture styles.

Upvotes: 1

Related Questions