api

    -1热度

    1回答

    我期待开发涉及房地产的跨平台移动应用程序。我看过Zillow的API,我认为这将是我使用的API之一。 https://www.zillow.com/howto/api/APIOverview.htm 我的问题是,如果我要利用自己的API,以及那些其他一些房地产网站,它会更有意义,我直接从移动应用程序调用这些API,或将它更有意义的是有一个代理服务器,可能与我自己的数据库编译从这些网站,移动应用程

    1热度

    1回答

    美好的一天,我建立一个简单的应用程序,只有一个令牌获取API数据,但我有未经授权的访问错误... 有人可以帮助我弄清楚为什么我收到此错误? 401未授权 import { Component, ViewEncapsulation } from '@angular/core'; import { Http, Response } from '@angular/http'; import 'rxj

    2热度

    1回答

    我试图让使用bitfinex REST API历史OHLC数据,文档浏览:https://bitfinex.readme.io/v2/reference#rest-public-candles 我有以下代码: try: url = 'https://api.bitfinex.com/v2/candles/trade:1m:tBTCUSD/hist' params = { 'st

    0热度

    1回答

    我想在与Python的Instagram的简单的例子,沿着沿其readme: api = InstagramAPI(client_id=client_id, client_secret=client_secret) popular_media = api.media_popular(count=20) for media in popular_media: print media.images['

    0热度

    1回答

    我想打印使用API​​的Dropbox文件共享的链接=蟒蛇 我的代码: import requests import json url = "https://api.dropboxapi.com/2/sharing/create_shared_link" headers = { "Authorization": "Bearer ACCESS_TOKEN_REDACTED",

    0热度

    1回答

    我正在从python API运行SQL查询,并且想要收集Structured(列标题下的数据)标题下的数据.CSV格式。 这是迄今为止我的代码。 sql = "SELECT id,author From researches WHERE id < 20 " cursor.execute(sql) data = cursor.fetchall() print (data) with open

    0热度

    1回答

    我在邮递员测试这个。调用GET link 我正在使用Twitter使用Firebase身份验证进行OAuth登录。这使我获得用户access token和access secret。 我想在客户端进行API调用,以检索用户时间轴上的当前用户状态。但只是access token和access secret我得到400错误状态code 215(错误认证数据)。如果我包含应用程序consumer key

    0热度

    1回答

    我想根据其电子邮件的域名来确定用户来自哪个大学。我正在使用以下API:https://github.com/Hipo/university-domains-list-api,我工作的一些参数。 /search?name=Middle 就像我期望的那样工作。当我运行 http://universities.hipolabs.com/search?domain=upenn.edu 我想这回 [

    0热度

    1回答

    我相信这很简单,但我一直盯着它几个小时...... 我有一个反应选元素,我可以添加或编辑和更新,但无法弄清楚如何清除select并将DB字段设置为null。 组件 selectPriority(priority) { this.updateAttribute("priorityId", priority.value) this.updateAttribute("prio

    0热度

    1回答

    我正在使用OllyDbg为我的实验任务逆向工程一个可执行文件。我的教授问了一个问题,要求提供负责将输出写入命令提示符的API。使用的DLLS是ntdll,kernel32,msvcr100