Home
last modified time | relevance | path

Searched defs:api_client (Results 1 – 25 of 176) sorted by relevance

12345678

/dports/www/flexget/Flexget-3.2.18/flexget/tests/api_tests/
H A Dtest_trakt_lookup_api.py13 def test_trakt_series_lookup_no_params(self, api_client, schema_match): argument
40 def test_trakt_series_lookup_with_year_param(self, api_client, schema_match): argument
76 def test_trakt_series_lookup_with_tmdb_id_param(self, api_client, schema_match): argument
97 def test_trakt_series_lookup_with_imdb_id_param(self, api_client): argument
115 def test_trakt_series_lookup_with_tvdb_id_param(self, api_client, schema_match): argument
191 def test_trakt_series_lookup_error(self, api_client, schema_match): argument
204 def test_trakt_movies_lookup_no_params(self, api_client, schema_match): argument
226 def test_trakt_movies_lookup_year_param(self, api_client, schema_match): argument
244 def test_trakt_movies_lookup_slug_param(self, api_client, schema_match): argument
262 def test_trakt_movies_lookup_actors_params(self, api_client, schema_match): argument
[all …]
H A Dtest_series_api.py28 def test_series_root_get(self, api_client, schema_match): argument
232 def test_series_post(self, api_client, schema_match): argument
295 def test_series_search(self, api_client, schema_match): argument
338 def test_series_get(self, api_client, schema_match): argument
361 def test_series_delete(self, api_client, schema_match): argument
382 def test_series_put(self, api_client, schema_match): argument
442 def test_seasons_get(self, api_client, schema_match): argument
512 def test_season(self, api_client, schema_match): argument
899 def test_episode(self, api_client, schema_match): argument
1293 def test_release_get(self, api_client, schema_match): argument
[all …]
H A Dtest_format_checker_api.py8 def test_quality(self, api_client, schema_match): argument
27 def test_quality_req(self, api_client, schema_match): argument
46 def test_time(self, api_client, schema_match): argument
65 def test_interval(self, api_client, schema_match): argument
84 def test_percent(self, api_client, schema_match): argument
103 def test_size(self, api_client, schema_match): argument
122 def test_regex(self, api_client, schema_match): argument
141 def test_file(self, api_client, schema_match): argument
160 def test_path(self, api_client, schema_match): argument
179 def test_url(self, api_client, schema_match): argument
[all …]
H A Dtest_schedule_api.py12 def test_empty_schedules_get(self, api_client, schema_match): argument
55 def test_schedules_get(self, api_client, schema_match): argument
81 def test_schedules_id_get(self, api_client, schema_match): argument
181 def test_schedules_get(self, api_client, schema_match): argument
204 def test_schedules_id_get(self, api_client, schema_match): argument
261 def test_schedules_id_delete(self, api_client, schema_match): argument
291 def test_schedules_get(self, api_client, schema_match): argument
299 def test_schedules_post(self, api_client, schema_match): argument
309 def test_schedules_id_get(self, api_client, schema_match): argument
317 def test_schedules_id_put(self, api_client, schema_match): argument
[all …]
H A Dtest_tvdb_lookup_api.py12 def test_tvdb_series_lookup(self, api_client, schema_match): argument
32 def test_tvdb_series_lookup_by_id(self, api_client, schema_match): argument
52 def test_tvdb_series_lookup_error(self, api_client, schema_match): argument
64 def test_tvdb_series_lookup_with_actors(self, api_client, schema_match): argument
164 def test_tvdb_search_results_by_name(self, api_client, schema_match): argument
183 def test_tvdb_search_results_by_imdb_id(self, api_client, schema_match): argument
219 def test_tvdb_search_bad_request(self, api_client, schema_match): argument
227 def test_tvdb_search_lookup_error(self, api_client, schema_match): argument
240 def test_series_lookup_with_language(self, api_client, schema_match): argument
260 def test_episode_lookup_with_language(self, api_client, schema_match): argument
[all …]
H A Dtest_movie_list_api.py18 def test_movie_list_list(self, api_client, schema_match): argument
66 def test_movie_list_list_id(self, api_client, schema_match): argument
112 def test_movie_list_movies(self, api_client, schema_match): argument
144 def test_movie_list_movies_with_identifiers(self, api_client, schema_match): argument
190 def test_movie_list_movie(self, api_client, schema_match): argument
269 def test_adding_same_movie(self, api_client, schema_match): argument
315 def test_identifiers(self, api_client, schema_match): argument
325 def test_movie_list_movies_batch_remove(self, api_client, schema_match): argument
363 def test_movie_list_pagination(self, api_client, link_headers): argument
417 def test_movie_list_sorting(self, api_client): argument
H A Dtest_pending_list_api.py17 def test_pending_list_list(self, api_client, schema_match): argument
59 def test_pending_list_list_id(self, api_client, schema_match): argument
108 def test_pending_list_entries(self, api_client, schema_match): argument
170 def test_pending_list_entries_batch_operation(self, api_client, schema_match): argument
232 def test_pending_list_entries_batch_remove(self, api_client, schema_match): argument
266 def test_pending_list_entry(self, api_client, schema_match): argument
359 def test_pending_list_filter_entries(self, api_client, schema_match): argument
400 def test_pending_list_pagination(self, api_client, link_headers): argument
455 def test_pending_list_sorting(self, api_client): argument
H A Dtest_server_api.py26 def test_pid(self, api_client, schema_match): argument
35 def test_reload(self, api_client, schema_match): argument
46 def test_shutdown(self, api_client, schema_match): argument
57 def test_get_config(self, api_client, schema_match): argument
80 def test_get_raw_config(self, manager, api_client, schema_match): argument
97 def test_version(self, api_client, schema_match): argument
112 def test_crash_logs_without_crash_log(self, api_client, schema_match): argument
122 def test_crash_logs_with_crashes(self, api_client, schema_match, manager): argument
H A Dtest_status_api.py13 def test_status_get_all(self, api_client, schema_match): argument
38 def test_status_get_by_id(self, api_client, schema_match): argument
63 def test_status_executions(self, api_client, schema_match): argument
110 def test_status_tasks_pagination(self, api_client, link_headers): argument
158 def test_status_tasks_sorting(self, api_client): argument
201 def test_executions_pagination(self, api_client, link_headers): argument
258 def test_executions_sorting(self, api_client): argument
H A Dtest_entry_list_api.py14 def test_entry_list_list(self, api_client, schema_match): argument
56 def test_entry_list_list_id(self, api_client, schema_match): argument
105 def test_entry_list_entries(self, api_client, schema_match): argument
167 def test_entry_list_entry(self, api_client, schema_match): argument
261 def test_entry_list_entries_batch_remove(self, api_client, schema_match): argument
299 def test_entry_list_pagination(self, api_client, link_headers): argument
354 def test_entry_list_sorting(self, api_client): argument
H A Dtest_tasks_api.py19 def test_list_tasks(self, api_client, schema_match): argument
44 def test_add_task(self, mocked_save_config, api_client, manager, schema_match): argument
77 def test_add_task_existing(self, api_client, schema_match): argument
87 def test_get_task(self, api_client, schema_match): argument
119 def test_update_task(self, mocked_save_config, api_client, manager, schema_match): argument
155 def test_rename_task(self, mocked_save_config, api_client, manager, schema_match): argument
175 def test_delete_task(self, mocked_save_config, api_client, manager, schema_match): argument
209 def test_task_queue(self, api_client, schema_match, manager): argument
262 def test_only_active_tasks_return(self, api_client): argument
H A Dtest_rejected_api.py41 def test_rejected_get_all_empty(self, api_client, schema_match): argument
50 def test_rejected_get_all(self, api_client, schema_match): argument
75 def test_rejected_delete_all(self, api_client, schema_match): argument
97 def test_rejected_get_entry(self, api_client, schema_match): argument
127 def test_rejected_delete_entry(self, api_client, schema_match): argument
162 def test_rejected_pagination(self, api_client, link_headers): argument
220 def test_rejected_sorting(self, api_client): argument
H A Dtest_execute_api.py29 def test_execute(self, api_client, manager, schema_match): argument
44 def test_inject_plain(self, api_client, manager, schema_match): argument
61 def test_inject_accept(self, api_client, manager, schema_match): argument
83 def test_inject_force(self, api_client, manager, schema_match): argument
130 def test_inject_with_fields(self, api_client, manager, schema_match): argument
153 def test_multiple_entries(self, api_client, manager, schema_match): argument
171 def test_2nd_endpoint(self, api_client, manager, schema_match): argument
202 def test_execute_multiple_tasks(self, api_client, manager, schema_match): argument
H A Dtest_seen_api.py35 def test_seen_get_all(self, api_client, schema_match): argument
85 def test_seen_delete_all(self, api_client, schema_match): argument
137 def test_seen_get_by_id(self, api_client, schema_match): argument
157 def test_seen_get_delete_id(self, api_client, schema_match): argument
187 def test_seen_pagination(self, api_client, link_headers): argument
247 def test_seen_sorting(self, api_client): argument
H A Dtest_tvmaze_lookup_api.py13 def test_tvmaze_series_lookup_by_name(self, api_client, schema_match): argument
46 def test_tvmaze_series_lookup_by_id(self, api_client, schema_match): argument
70 def test_tvmaze_episode_by_ep_and_season(self, api_client, schema_match): argument
92 def test_tvmaze_episode_by_air_date(self, api_client, schema_match): argument
131 def test_tvmaze_episode_lookup_error(self, api_client, schema_match): argument
H A Dtest_tmdb_lookup.py13 def test_tmdb_movies_lookup_by_title(self, api_client, schema_match): argument
32 def test_tmdb_movies_lookup_year_param(self, api_client, schema_match): argument
44 def test_tmdb_movies_lookup_posters_params(self, api_client, schema_match): argument
55 def test_tmdb_movies_lookup_backdrops_params(self, api_client, schema_match): argument
H A Dtest_failed_api.py13 def test_retry_failed_all(self, api_client, schema_match): argument
67 def test_retry_failed_by_id(self, api_client, schema_match): argument
131 def test_failed_pagination(self, api_client, link_headers): argument
174 def test_failed_sorting(self, api_client): argument
H A Dtest_variables_api.py11 def test_variables_get(self, api_client): argument
20 def test_variables_put(self, api_client): argument
33 def test_variables_patch(self, api_client): argument
H A Dtest_history_api.py11 def test_history(self, api_client, schema_match): argument
69 def test_history_pagination(self, api_client, schema_match, link_headers): argument
147 def test_history_sorting(self, api_client, schema_match, link_headers): argument
/dports/net-mgmt/p0f/p0f-3.09b/
H A Dp0f.h36 struct api_client { struct
38 s32 fd; /* -1 if slot free */
40 struct p0f_api_query in_data; /* Query recv buffer */
41 u32 in_off; /* Query buffer offset */
43 struct p0f_api_response out_data; /* Response transmit buffer */
44 u32 out_off; /* Response buffer offset */
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/monitoring/datadog/
H A Ddatadog_downtime.py215 def _get_downtime(module, api_client): argument
249 def _post_downtime(module, api_client): argument
266 def _update_downtime(module, current_downtime, api_client): argument
286 def schedule_downtime(module, api_client): argument
294 def cancel_downtime(module, api_client): argument
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/
H A Ddatadog_downtime.py215 def _get_downtime(module, api_client): argument
249 def _post_downtime(module, api_client): argument
266 def _update_downtime(module, current_downtime, api_client): argument
286 def schedule_downtime(module, api_client): argument
294 def cancel_downtime(module, api_client): argument
/dports/devel/rbtools/RBTools-2.0/rbtools/utils/
H A Dusers.py12 def get_authenticated_session(api_client, api_root, auth_required=False, argument
67 def get_user(api_client, api_root, auth_required=False): argument
77 def get_username(api_client, api_root, auth_required=False): argument
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/app/
H A Dcreate_util.py43 def CheckAppNotExists(api_client, project): argument
65 def CreateApp(api_client, project, region, suppress_warning=False): argument
93 def CreateAppInteractively(api_client, project, regions=None, extra_warning=''): argument
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/qa/qa/runtime/
H A Dsearch.rb47 def elasticsearch_on?(api_client) argument
54 def disable_elasticsearch(api_client) argument
59 def create_search_request(api_client, scope, search_term) argument
121 def api_client method

12345678