Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

swagger enhancements #28

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open

swagger enhancements #28

wants to merge 18 commits into from

Commits on Apr 21, 2017

  1. Update builder.go

    aeppert committed Apr 21, 2017
    Configuration menu
    Copy the full SHA
    6bbdbfe View commit details
    Browse the repository at this point in the history

Commits on May 2, 2017

  1. Fix pointers to value types (like *string)

    When using a struct with *string elements makename() was returning .string which was not an available model.
    
    In the case that t.PkgPath() returns "" the name is used alone without the path. (for built in types)
    jamesbibby committed May 2, 2017
    Configuration menu
    Copy the full SHA
    616bcd8 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2017

  1. Configuration menu
    Copy the full SHA
    fd1ce12 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2017

  1. Configuration menu
    Copy the full SHA
    35d66c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbdb0e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1300b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    adbbeac View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2017

  1. allow nil response body

    bjyoungblood committed Jun 5, 2017
    Configuration menu
    Copy the full SHA
    18936fe View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2017

  1. Configuration menu
    Copy the full SHA
    4de3aa7 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2018

  1. Configuration menu
    Copy the full SHA
    54e4837 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67e2b2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    015f7c2 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2018

  1. Configuration menu
    Copy the full SHA
    dc381f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a924f06 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5392373 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

  1. Configuration menu
    Copy the full SHA
    ff64429 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a60af37 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2020

  1. Configuration menu
    Copy the full SHA
    4d9b057 View commit details
    Browse the repository at this point in the history