Skip to content

0.2.4

Compare
Choose a tag to compare
@TalbotGooday TalbotGooday released this 12 Apr 21:14
· 4 commits to main since this release
  • Added a EmbeddingRequest class along with direct video link usage that allows you to add custom headers for the request.
    Example:
EmbeddingRequest.build {
    setUrl(url)
    headers {
        host(FACEBOOK_HOST_NAME) {
            add("access_token", "")
            addAll(mapOf())
        }
    }
}
  • Third party libraries updated to latest versions