APIs icon indicating copy to clipboard operation
APIs copied to clipboard

Code Repo for API course in Fullstack ND

Results 33 APIs issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....

I run the solution code: 1. I started Lesson_3/06_Adding Features to your Mashup/Solution Code/views.py in another cmd I tried: 2. Lesson_3/06_Adding Features to your Mashup/Solution Code/tester.py which leads to the...

Hi, i am facing below issue. Can someone give a track? vagrant@vagrant:/vagrant/catalog/APIs$ ./api_server.py from: can't read /var/mail/flask ./api_server.py: line 3: syntax error near unexpected token `(' ./api_server.py: line 3: `app...

Changed print json.loads(result).iteritems() for print json.loads(result) which is the line used in the other tests. The first will cause errors despite the server (Flask) is well configured.

The origin of the error is traced to line 56. Here it is: sqlalchemy.exc.ProgrammingError: (sqlite3.ProgrammingError) SQLite objects created in a thread can only be used in that same thread. The...

on the starter code, you left your keys in the code. better remove it :). see here https://github.com/udacity/APIs/blob/master/Lesson_3/06_Adding%20Features%20to%20your%20Mashup/Starter%20Code/findARestaurant.py cc @lobrown @veronikabenkeser

GET localhost:5000/readHello