/ServiceStack.Api.AngularJS

Generate api documentation in just a few lines of code. (Uses ServiceStack, ServiceStack.Api.Swagger - but not Swagger itself)

Primary LanguageCSSApache License 2.0Apache-2.0

ServiceStack.Api.AngularJS

Generate api documentation in just a few lines of code. Just html and javascript.

  • Uses ServiceStack, ServiceStack.Api.Swagger but not Swagger itself
  • Some assembly required

Features

  • Will work with any swagger ui documentation, not just .NET
  • Lists available api operations
  • Allows you to test api operations from dynamically generated form
  • Implements most of Swagger specification
  • Uses AngularJS and Bootstrap
  • Demo here: AngularJSDocs

Usage with WebApi and Swagger.Net (or other documentation providers)

See js/services.js

var url = '/api/:service/:resource';

Update the url template with the correct location of your documentation

Screenshots

Parameters


Model


Successful Response


Error Response


Extra theme: Bootplus