The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
chatty
parameter to
get_client_metadata()
and
get_daily_client_properties()
. This turns off the console
messaging by default but allows the user to optionally turn it back on.
This should save execution time on large runs.get_client_metadata()
about columns without names.styler
used to clean up formatting.get_raw_data_files()
.get_users()
created to replace
get_new_users()
and get_active_users()
. These
use the same API endpoint with one parameter changed.
get_users()
also returns lost users.get_new_users()
and get_active_users()
are
deprecated but will not be removed so that this is not a breaking
change.optional_json
parameter added to
get_users()
to allow users to incorporate optional
parameters per the API documentation.get_new_users()
created. For a given period of time (a
day, week, or month) Revulytics’ API summarizes and returns the number
of new users. With this function you can return daily, weekly, or
monthly new users for multiple product ids.get_daily_client_properties
.get_raw_data_files()
to retrieve the list of available
raw data files and download URL for each file.RETRY()
to safely retry an API request certain
number of times before returning a error code.get_daily_client_properties()
to pull daily
values of properties for a product within a given date range.get_active_users()
created. For a given period of time
(a day, week, or month) Revulytics’ API summarizes and returns the
number of active users. With this function you can return daily, weekly,
or monthly active users for multiple product ids.get_categories_and_events()
created. For a list of
product ids get all of the categories and events that have been defined
(and identify it each is a basic or advanced). This can then be passed
into subsequent queries to pull data on multiple events.get_product_properties()
created. For a list of product
ids get all of the product properties, both standard and custom. This
can then be passed into get_client_metadata()
.get_client_metadata()
created. For a list of product
ids get selected properties for each client, which is essentially
metadata. This works by pulling all of the clients that are installed
within specified date range.NEWS.md
file to track changes to the
package.These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.