README.md
setup.cfg
setup.py
serviceb_client/__init__.py
serviceb_client/api_client.py
serviceb_client/configuration.py
serviceb_client/exceptions.py
serviceb_client/model_utils.py
serviceb_client/rest.py
serviceb_client.egg-info/PKG-INFO
serviceb_client.egg-info/SOURCES.txt
serviceb_client.egg-info/dependency_links.txt
serviceb_client.egg-info/requires.txt
serviceb_client.egg-info/top_level.txt
serviceb_client/api/__init__.py
serviceb_client/api/genres_api.py
serviceb_client/api/lists_api.py
serviceb_client/api/movies_api.py
serviceb_client/api/oauth2_api.py
serviceb_client/api/users_api.py
serviceb_client/apis/__init__.py
serviceb_client/model/__init__.py
serviceb_client/model/genre.py
serviceb_client/model/http_validation_error.py
serviceb_client/model/list_create.py
serviceb_client/model/list_schema.py
serviceb_client/model/list_update.py
serviceb_client/model/movie.py
serviceb_client/model/token.py
serviceb_client/model/user.py
serviceb_client/model/user_create.py
serviceb_client/model/user_update.py
serviceb_client/model/validation_error.py
serviceb_client/models/__init__.py
test/test_genre.py
test/test_genres_api.py
test/test_http_validation_error.py
test/test_list_create.py
test/test_list_schema.py
test/test_list_update.py
test/test_lists_api.py
test/test_movie.py
test/test_movies_api.py
test/test_oauth2_api.py
test/test_token.py
test/test_user.py
test/test_user_create.py
test/test_user_update.py
test/test_users_api.py
test/test_validation_error.py