问题标签 [freelancer.com-api]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
8850 浏览

freelancer.com-api - 将网站添加到没有地址栏的主屏幕

今天我在网上浏览“如何将 jimdo CMS 迁移到 WordPress”。我有一个包含一些细节的网站。这是网站的 URL:https ://m.freelancer.com/projects/Wordpress/Migrate-Jimdo-Website-WordPress/ 当我点击该网站的链接时,在网站加载后,我看到了一个像这样的窗口:“将此网站添加到主屏幕”。当我选择“是”时,浏览器会自动在我的主页中为该网站创建一个应用程序。我的设备是安卓设备,所以我点击了手机的主页按钮,然后点击了应用程序图标。然后一个应用程序刚刚打开。该应用程序看起来不像 chrome,因为它没有地址栏。我没有安装任何自由职业者 apk 文件。我试图关闭并卸载该应用程序。在主屏幕上,当我按住应用程序图标时,我在手机屏幕顶部看到“删除”文字。这意味着我持有的应用程序不是真正的 apk。它是 chrome 浏览器通过“ https://m.freelancer.” 网站。我想在我的网站中添加该功能,这是一个子域:sslclive.jimdo.com 有人知道如何在我的网站中添加该功能吗?该功能必须由某种 HTML/JavaScript 代码维护.如果有人知道,请回答。对不起我最糟糕的英语

0 投票
2 回答
410 浏览

php - 项目排序 Freelancer.com Api

对于使用 Freelancer.com Api 的任何人。我尝试通过 API 从该平台获取所有活动项目,并按最近的发布日期对它们进行排序,默认情况下按分数排序。没有任何关于 sort_field 值必须按最近的发布日期排序的说法。

这是 API 文档的链接: Freelancer.com API

也许有人有同样的问题?需要帮助。

0 投票
1 回答
316 浏览

java - 通过 Java 中的 HTTP 对 Freelancer.com API 进行 OAuth 2.0 身份验证

我正在尝试通过 http 登录 Freelancer.com Web api,但无法通过身份验证。它适用于 java 中的桌面应用程序,我可以从提示符运行,所以没什么特别的,但我似乎无法通过过程的第 1 步,接收授权响应。

文档:https ://developers.freelancer.com/docs/authentication/generating-access-tokens

这是怎么做到的?如何在 Eclipse 中将授权代码重定向回我的程序?

0 投票
1 回答
130 浏览

freelancer.com-api - Whats redirect URI in freelancer api OAuth?

I cannot understand how this works:

This code gives me : Invalid redirect URI in browser. Whats this redirect URI, why can't I give any redirect uri of my choice? Its documented here: can anyone please explain to me how this works, https://developers.freelancer.com/docs/authentication/generating-access-tokens#header-receive-authorisation-response

0 投票
0 回答
143 浏览

freelancer.com-api - Freelancer API or_search_query

I want to search for Freelancer projects via their API with multiple query words. I want the projects to match any one of the words in the query and not all of them. Reading through Freelancer's API and this GitHub issue, I expected sending an HTTP GET request to this URL to work (where either one of the two query words, "web" and "mobile", should be matched):

/projects/0.1/projects/all?query=web mobile&or_search_query=True

However, the response I get only includes the projects that match both of these words, as if the or_search_query parameter is not even there. I have also tried switching "True" to lowercase "true", but the same issue remains.

0 投票
1 回答
60 浏览

node.js - 如何将 Hosting Node.js API 设置为自由职业者?

我是一名自由职业者,我在托管我的 API 方面需要帮助,我在 firebase 托管我的前端,因为它是一项免费服务,但不确定在哪里托管我的 API,我可以得到一些建议。