jermbo / SampleAPIs

A simple, no fuss, no mess, no auth playground for learning RESTful or GraphQL APIs.
https://sampleapis.com/
MIT License
214 stars 55 forks source link

removing unit only line breat and adding clickable api endpoint #125

Closed thedamian closed 3 years ago

thedamian commented 3 years ago

Two things

1) Clickable API Endpoint so that we'd go to https://sampleapis.com/api-list/coffee we could see and click on the actual api endpoint without having to copy it from the JavaScript code.

2) removing the esLint "unix" (or mac) requirements for line breaks. This prevents (or makes it harder) to code on a windows machine.