Skip to content

Commit

Permalink
78 Update Docs
Browse files Browse the repository at this point in the history
Closes #78
Added updates to documenation and bumpped up the current version number.
  • Loading branch information
jermbo committed Oct 4, 2020
1 parent 24cf030 commit f1aba9a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
8 changes: 8 additions & 0 deletions Change_log.md
@@ -1,5 +1,13 @@
# Change Log

## v2.6.0

In anticipation of being utilized more, we have put in a rate limiter based on IP address. Right now the rate limit is 500 every 5 minutes. This can be adjusted based on user feedback.

## v2.5.0

After trying several hosts, SampleAPIs is now being self hosted. By doing this we now gain back all the CURD ability we lost being on a static host.

## v2.0.0

Version 2.0.0
Expand Down
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -8,11 +8,12 @@ Understanding RESTful APIs is hard enough, even without including an authenticat

## Changes

The changes with Vercel.com has forced us to embrace Express as well as JSON Server in different ways. We now have a single point on entry for all apis, where previously we had to duplicate efforts in multiple places. The API files and the backups have been isolated causing a URL change.
Hosting has switched again due to `Vercel.com`'s static nature. The app is being self hosted and is back to being fully CRUD-able.

Checkout the [Change Log](https://github.com/jermbo/SampleAPIs/blob/master/Change_log.md) for full details.

## Disclaimers

- The data on this site is for educational purposes only and is not owned by SampleAPIs.com
- Data will be reset back to its original state on a regular basis. If you are updating or adding data to the endpoints and want to have them persist as part of the collection, please contribute to the repo by submitting a pull request.
- By using SampleAPIs.com you agree to the following terms: This service is provided under an "as is" condition. It might change or will be discontinued without prior notice. The maker of this service can't be held liable in any way for any reason.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "sampleapis",
"version": "2.5.0",
"version": "2.6.0",
"author": "Jeremy 'Jermbo' Lawson",
"description": "",
"license": "MIT",
Expand Down Expand Up @@ -32,4 +32,4 @@
"devDependencies": {
"nodemon": "^2.0.4"
}
}
}

0 comments on commit f1aba9a

Please sign in to comment.