Added Paid Unlimited Account - no ads, unlimited requests, and more
Brand new design and full UI update
Added option for regex style routes
If any route params in a request will show them on request info
Tokens can now be sent at Authorization headers
September 9, 2019
Fixed issue with CORS for endpoints, can now hit with frontend libraries like axios.
August 26, 2019
Added Adsense ads to try to help cover server costs.
Fixed problem with accounts that had millions of requests, the query to pull last 10 was very inefficient.
August 21, 2019
Added Blog posts.
August 2, 2017
Fixed problem with endpoints that had unescaped html in return.
July 12, 2017
Clicking on token or endpoint url box selects the text to make it easier to copy and paste.
Added a small link next to endpoint box to open endpoint in a new tab.
Updated some styling inside the application to match the landing page style.
May 15, 2017
Added a new editor for the return response. Allows for code view, json tree view, and a
regular text view. This should make it easier if you are trying to construct valid JSON.
Endpoints can now be marked as public or private. Public endpoints do not require
that a token be sent with the request.
Response codes are now a drop down of valid response codes with a short description.
Some other behind the scenes upgrades to try to improve overall performance.