loopback

    0熱度

    2回答

    我已成功配置了環回的存儲組件,即loopback-component-storage。我已經能夠創建文件夾。但是,當我嘗試上傳文件(使用郵遞員),它不斷給請求停止錯誤: error: Error: Request aborted at IncomingMessage.<anonymous> (E:\projects\TestProject\node_modules\formidable\

    2熱度

    1回答

    當啓動一個LoopBack應用程序並瀏覽到其資源管理器視圖時,我可以清楚地看到它在幕後使用Swagger。 (即使瀏覽器界面看起來像是來自於Swagger UI) 此瀏覽器組件不應該用於生產。但暴露的swagger.json路徑在資源管理器中。我想要做的是公開現有LoopBack API的swagger.json,以便我可以在前端級別集成任何基於swagger的客戶端(如Swagger-js)。

    0熱度

    2回答

    我想定義一個遠程方法具有以下路徑: http://localhost:3000/api/dataSourceTestings/(編號)/一個 In the dataSourceTesting.json file I defined its path as : "http": [ { "path": "/{id}/a", "verb": "put"

    1熱度

    2回答

    我在用戶登錄環回時遇到了一些問題。 當我試圖使用環回瀏覽器登錄 { "error": { "statusCode": 401, "name": "Error", "message": "login failed", "code": "LOGIN_FAILED", "stack": "Error: login failed\n at d"

    0熱度

    1回答

    我有一個表Conversation財產: "participants": { "type": [ "object" ], "required": true } 和dataSource是MongoDB的。我以格式插入數據: {participants:[{userId:1},{userId:2}]}。 現在我想查找userId 1所在的所有對話。 我所做

    0熱度

    1回答

    我正在嘗試更新擴展用戶模型的模型中的字段。在API瀏覽器中,我將where字段設置爲{"id": 59},並且具有對應於id 59的訪問令牌。在數據字段我有{"age": 55}在那裏我只是想更新年齡55 請求URL結束是:http://IP:3000/api/MODEL/update?where=%7B%22id%22%3A%2059%7D&access_token=LONG ACCESS TO

    0熱度

    2回答

    我不明白,我應該怎麼做專法javascrpt例如: curl -X POST --header "Content-Type: application/json" --header "Accept: application/json" -d "{ \"name\": \"GreatNight\", \"city\": \"Tehran\" }" "http://localhos

    -1熱度

    2回答

    在「afterRemote」 -hook我想找到一個特定的模式,改變屬性: Team.afterRemote('prototype.__create__messages', function(ctx, message, next) { var Message = Team.app.models.message; // Promises.all not required, ju

    0熱度

    2回答

    我正在使用node.js環回框架,並試圖獲取醫院的位置。 和我不斷收到 "java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Double at " on MarkerOptions options = new MarkerOptions() .position(new Lat

    0熱度

    1回答

    新的Loopback,我試圖用用戶模型和待辦事項模型做一個簡單的API。 用戶模型,名爲Todoer,基於內置的用戶模型。創建一個todoer,登錄,註銷等作品就像一個魅力。 待辦事項模型基於PersistedModel暫時沒有特殊的ACL。 我做了一個屬於從的Todo模型Todoer模式關係有一個所有權。 我還做了從一個的hasMany關係Todoer到藤到能夠通過終點GET/Todoer/{I