We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c6370f commit d32394bCopy full SHA for d32394b
components/alttextify/actions/get-alttext-by-job-id/get-alttext-by-job-id.mjs
components/alttextify/alttextify.app.mjs
@@ -49,13 +49,6 @@ export default {
49
...opts,
50
});
51
},
52
- uploadImageFromUrl(opts = {}) {
53
- return this._makeRequest({
54
- method: "POST",
55
- path: "/image/url",
56
- ...opts,
57
- });
58
- },
59
deleteAltTextByAssetId({
60
assetId, ...opts
61
}) {
@@ -65,14 +58,6 @@ export default {
65
66
67
68
- retrieveAltTextByJobId({
69
- jobId, ...opts
70
- }) {
71
72
- path: `/image/job/${jobId}`,
73
74
75
76
retrieveAltTextByAssetId({
77
62
78
63
0 commit comments