build-apis-you-wont-hate icon indicating copy to clipboard operation
build-apis-you-wont-hate copied to clipboard

Resources for the book: Building APIs You Won't Hate

Results 3 build-apis-you-wont-hate issues
Sort by recently updated
recently updated
newest added

Behat Config ``` default: context: parameters: base_url: http://67.205.138.216:80 ``` ~ ~ Running the server ``` root@Box:~/build-apis-you-wont-hate/chapter6# jobs [1]+ Running sudo php artisan serve --host 67.205.138.216 --port 80 & ``` Running...

(From readme in chapter 5) $ php artisan migrate PHP Warning: require(/home/noah/build-apis-you-wont-hate/chapter5/bootstrap/../vendor/autoload.php): failed to open stream: No such file or directory in /home/noah/build-apis-you-wont-hate/chapter5/bootstrap/autoload.php on line 17 PHP Fatal error: require():...

I bought Phil's book today and must say it's a good read. I'm currently writing Behat tests for my API and want to try testing a post with a payload....