pyeve / eve-swagger

Swagger extension for Eve-powered RESTful APIs
http://python-eve.org
Other
154 stars 43 forks source link

add GET query params and add authorization #86

Closed JoveYu closed 5 years ago

JoveYu commented 5 years ago

add GET query params

  1. where
  2. sort
  3. page
  4. max_results

add authorization

  1. basic auth
  2. bearer auth

fix servers

  1. allow to use SWAGGER_HOST https server
  2. add URL_PREFIX API_VERSION support

fix GET resource

  1. response change to array with _items from object
JoveYu commented 5 years ago

BTW, I hava no idea with oauth auth

nicolaiarocci commented 5 years ago

rebased and merged, thanks.

luiscoms commented 5 years ago

Any plans to release it?

nicolaiarocci commented 5 years ago

yep