Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle endpoints that do not return responses #190

Closed
github-actions bot opened this issue Jan 6, 2025 · 1 comment
Closed

Handle endpoints that do not return responses #190

github-actions bot opened this issue Jan 6, 2025 · 1 comment
Assignees
Labels
datadirect packages/datadirect

Comments

@github-actions
Copy link

github-actions bot commented Jan 6, 2025

Another piquant flavor for #178 and #61

* TODO Handle endpoints that do not return responses
* Another piquant flavor for #178 and #61
*/

import * as Endpoint from '../../Endpoint.js';
import { Payload } from './ImpersonateStart/Payload.js';

/*
 * TODO Handle endpoints that do not return responses
 *   Another piquant flavor for #178 and #61
 */

export * from './ImpersonateStart/Payload.js';
// There is no returned response from this call

export const prepare: Endpoint.Prepare<Payload> = (payload, base?: string) =>
@battis battis added the datadirect packages/datadirect label Jan 6, 2025
Copy link
Author

github-actions bot commented Jan 6, 2025

Closed in 9d20eab.

@github-actions github-actions bot closed this as completed Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
datadirect packages/datadirect
Projects
None yet
Development

No branches or pull requests

1 participant