import { WebClient } from "https://deno.land/x/slack_web_api@1.0.3/mod.ts";
/*
@param: {string} file - file ID
@param: {number} count - Number of items to return per page
@param: {numb} page - number of pages to return
*/
type Slack = {
token: string;
};
export async function main(
slack_auth: Slack,
file: string,
count?: number,
page?: number
) {
const web = new WebClient(slack_auth.token);
let response = await web.files.info({
file: file,
count: count,
page: page,
});
return { response: response };
}
Submitted by hugo697 400 days ago
import { WebClient } from "https://deno.land/x/slack_web_api@1.0.3/mod.ts";
/*
@param: {string} file - file ID
@param: {number} count - Number of items to return per page
@param: {numb} page - number of pages to return
*/
type Slack = {
token: string;
};
export async function main(
slack_auth: Slack,
file: string,
count?: number,
page?: number,
) {
const web = new WebClient(slack_auth);
let response = await web.files.info({
file: file,
count: count,
page: page,
});
return { response: response };
}
Submitted by admin 402 days ago
import { WebClient } from "https://deno.land/x/slack_web_api@1.0.3/mod.ts";
/*
@param: {string} file - file ID
@param: {number} count - Number of items to return per page
@param: {numb} page - number of pages to return
*/
type Slack = {
token: string;
};
export async function main(
slack_auth: Slack,
file: string,
count?: number,
page?: number
) {
const web = new WebClient(slack_auth.token);
let response = await web.files.info({
file: file,
count: count,
page: page,
});
return { response: response };
}
Submitted by hugo697 415 days ago
import { WebClient } from "https://deno.land/x/slack_web_api@1.0.3/mod.ts";
/*
@param: {string} file - file ID
@param: {number} count - Number of items to return per page
@param: {numb} page - number of pages to return
*/
type Slack = {
token: string;
};
export async function main(
slack_auth: Slack,
file: string,
count?: number,
page?: number,
) {
const web = new WebClient(slack_auth);
let response = await web.files.info({
file: file,
count: count,
page: page,
});
return { response: response };
}
Submitted by admin 472 days ago
import { WebClient } from "https://deno.land/x/slack_web_api@1.0.3/mod.ts";
/*
@param: {string} file - file ID
@param: {number} count - Number of items to return per page
@param: {numb} page - number of pages to return
*/
type Slack = {
token: string;
};
export async function main(
slack_auth: Slack,
file: string,
count?: number,
page?: number,
) {
const web = new WebClient(slack_auth);
let response = await web.files.info({
file: file,
count: count,
page: page,
});
return { "response": response };
}
Submitted by admin 475 days ago
import * as wmill from "https://deno.land/x/windmill@v1.85.0/mod.ts";
import { WebClient } from "https://deno.land/x/slack_web_api@1.0.3/mod.ts";
/*
@param: {string} file - file ID
@param: {number} count - Number of items to return per page
@param: {numb} page - number of pages to return
*/
export async function main(
slack_auth: wmill.Resource<"slack">,
file: string,
count?: number,
page?: number,
) {
const web = new WebClient(slack_auth);
let response = await web.files.info({
file: file,
count: count,
page: page,
});
return { "response": response };
}
Submitted by adam186 601 days ago
import * as wmill from "https://deno.land/x/windmill@v1.85.0/index.ts";
import { WebClient } from "https://deno.land/x/slack_web_api@1.0.3/mod.ts";
/*
@param: {string} file - file ID
@param: {number} count - Number of items to return per page
@param: {numb} page - number of pages to return
*/
export async function main(
slack_auth: wmill.Resource<"slack">,
file: string,
count?: number,
page?: number,
) {
const web = new WebClient(slack_auth);
let response = await web.files.info({
file: file,
count: count,
page: page,
});
return { "response": response };
}
Submitted by adam186 603 days ago
import * as wmill from "https://deno.land/x/windmill@v1.12.0/index.ts";
import { WebClient } from "https://deno.land/x/slack_web_api@1.0.3/mod.ts";
/*
@param: {string} file - file ID
@param: {number} count - Number of items to return per page
@param: {numb} page - number of pages to return
*/
export async function main(
slack_auth: wmill.Resource<"slack">,
file: string,
count?: number,
page?: number,
) {
const web = new WebClient(slack_auth);
let response = await web.files.info({
file: file,
count: count,
page: page,
});
return { "response": response };
}
Submitted by adam186 638 days ago
import * as wmill from "https://deno.land/x/windmill@v1.12.0/index.ts";
import { WebClient } from "https://deno.land/x/slack_web_api@1.0.3/mod.ts";
/*
@param: {string} file - file ID
@param: {number} count - Number of items to return per page
@param: {numb} page - number of pages to return
*/
export async function main(
slack_auth: wmill.Resource<"slack">,
file: string,
count?: number,
page?: number,
) {
const web = new WebClient(slack_auth);
let response = await web.files.info({
file: file,
count: count,
page: page,
});
return { "response": response };
}
Submitted by rossmccrann 890 days ago
import * as wmill from "https://deno.land/x/windmill@v1.12.0/index.ts";
import { WebClient } from "https://deno.land/x/slack_web_api@1.0.3/mod.ts";
/*
@param: {string} file - file ID
@param: {number} count - Number of items to return per page
@param: {number} page - number of pages to return
*/
export async function main(file: string, count?: number, page?: number) {
const web = new WebClient(slack_token);
let response = await web.files.info({
file: file,
count: count,
page: page,
});
return { "response": response };
}
Submitted by rossmccrann 891 days ago