Mike Helmick

Results 39 comments of Mike Helmick

👋 no reason! Feel free to open a PR unpinning minors. Please keep it at least pinned to major release.

Hm, I was unaware of that. I have implemented youtube oembed in this pull request if you want to take a stab at adding any others! https://github.com/michaelhelmick/lassie/pull/65/files

If the `content` doesn't start with http(s), I think we can allow `lassie` to be more forgiving and just use the url that the user is requesting.

@neofyte It would be nice if a user could specify which `meta` or `link` tags to look for. Maybe by adding a custom filters attribute or something. I don't want...

I can confirm this does add fields defined in `manual_fields` in an `AutoSchema`

@limdauto Just trying to bump this into a possible 1.3.1 release?

😯 No disrespect because drf-openapi is great, but that looks very appetizing as well. > On Feb 22, 2018, at 9:39 AM, Joeri Bekker wrote: > > @michaelhelmicki made several...

Hey all, any good ideas for implementation of this? I've found some libs like `local-data-api` that mocks an entire service, not sure if there's a more streamlined way of doing...

Right, I didn't think local-data-api was a proper solution either. Will try to brainstorm some things and review your ideas too!