Skip to content

Conversation

christianp
Copy link

The DeepLink object now has a get_accept_types method which will return the list of content types that the platform will accept for this launch.

The DeepLinkResource object now has get_html and set_html methods, which are used when the type is "html".

They're automatically generated, so I don't think we need to lint them.
Apparently pylint wants you to get BaseException and Exception from builtins
As well as formatting changes, there are a few methods which pylint said had too many positional arguments, so I've changed them to keyword arguments.

Anything using those methods will have to make sure the keyword arguments are named.
The DeepLink object now has a `get_accept_types` method which will
return the list of content types that the platform will accept for this
launch.

The DeepLinkResource object now has `get_html` and `set_html` methods,
which are used when the type is `"html"`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant