IBM / ar-resume-with-visual-recognition

An augmented reality based résumé with Face recognition. The iOS app recognizes the face and presents you with the AR view that contains 3D mock face and details of your resume.
https://developer.ibm.com/patterns/create-an-augmented-reality-application-with-facial-detection/
Apache License 2.0
73 stars 26 forks source link

Credentials.CLOUDANT_URL_CREATE #15

Closed vperrinfr closed 6 years ago

vperrinfr commented 6 years ago

In the code, you are calling "Credentials.CLOUDANT_URL_CREATE" in CloudRESTCall which is not referred in Credentials file.

Can we use "Credentials.CLOUDANT"

sanjeevghimire commented 6 years ago

Looking into it On Mon, Apr 9, 2018 at 6:40 AM Steve Martinelli notifications@github.com wrote:

Assigned #15 https://github.com/IBM/ar-resume-with-visual-recognition/issues/15 to @sanjeevghimire https://github.com/sanjeevghimire.

— You are receiving this because you were assigned.

Reply to this email directly, view it on GitHub https://github.com/IBM/ar-resume-with-visual-recognition/issues/15#event-1563621671, or mute the thread https://github.com/notifications/unsubscribe-auth/ABnY28q316figLgqixG_3t5nXsTnP_iRks5tm0iUgaJpZM4TMQJd .

sanjeevghimire commented 6 years ago

@vperrinfr I have added CLOUDANT_GET to get documents and CLOUDANT_CREATE to create documents as URL names. Please checkout the pull request: https://github.com/IBM/ar-resume-with-visual-recognition/pull/16