Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
archived-account-xxx committed Oct 13, 2019
1 parent 6a1f0ff commit f91f080
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# Keep-Repl-Online
It keeps your repl in repl.it online forever
# Api
/ (POST) - Send a post request to the homepage with the url in Json format. Example : {"Url":"https://repl.co"} (CASE SENSTIVE)\n
RESPONSES:\n
error - There was an error\n
notrepl - The link you provided is not a repl.co link\n
ERR_ALREADY_ON_SYSTEM - The url is already on the database\n
success - The url has been added\n
/ (POST) - Send a post request to the homepage with the url in Json format.

Example : {"Url":"https://repl.co"} (CASE SENSTIVE)

RESPONSES:

error - There was an error

notrepl - The link you provided is not a repl.co link

ERR_ALREADY_ON_SYSTEM - The url is already on the database

success - The url has been added

0 comments on commit f91f080

Please sign in to comment.