Skip to content

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

License

Notifications You must be signed in to change notification settings

bradgearon/ServiceStack.Api.AngularJS

Repository files navigation

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


About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages