@persian-caesar/aparat.js
Version:
The aparat website services for npm package.
23 lines (22 loc) • 722 B
TypeScript
export declare const Endpoints: {
V1: {
Profile: (username: string) => string;
SearchVideo: (query: string) => string;
AboutUser: (username: string) => string;
};
V2: {
Profile: (username: string) => string;
};
Base: {
Profile: (username: string) => string;
GetVideo: (videoId: string) => string;
};
};
/**
* @copyright
* Code by Sobhan-SRZA (mr.sinre) | https://github.com/Sobhan-SRZA
* Developed for Persian Caesar | https://github.com/Persian-Caesar | https://dsc.gg/persian-caesar
*
* If you encounter any issues or need assistance with this code,
* please make sure to credit "Persian Caesar" in your documentation or communications.
*/