Convenience functions and other documentation

Where can I find the description of all convenience functions for the new MPRester? At https://api.materialsproject.org/ I can only find examples using curl. But how to convert those to python? For example, how to do something like the following programmatically?

curl -X ‘GET’ ‘https://api.materialsproject.org/materials/substrates/?film_id=mp-1001836&_fields=film_orient,sub_id,orient&film_orientation=0,0,1

The docs for our python client mp-api are here and more details can be found in the docstrings of the respective convenience functions. HTH

But those pages only have a few examples. Is there a complete list somewhere?

There is some auto documentation that has a list of all of the functions: mp_api.client.mprester.MPRester — mp-api 2022 documentation

– Jason