skrapeit / skrape.it

A Kotlin-based testing/scraping/parsing library providing the ability to analyze and extract data from HTML (server & client-side rendered). It places particular emphasis on ease of use and a high level of readability by providing an intuitive DSL. It aims to be a testing lib, but can also be used to scrape websites in a convenient fashion.
https://docs.skrape.it
MIT License
805 stars 59 forks source link

[FEATURE] rename expect and extract to response #153

Open christian-draeger opened 3 years ago

christian-draeger commented 3 years ago

to be less confusing or lets say more conform with the terminology of other libraries we should deprecate theexpect and extract function and introduce a response functions doing the same thing like the extract function. it should be much more intuitive to users since we also have a request block in the dsl