From a6ffc867caf92fa26260b0fe2024038018fc6d1c Mon Sep 17 00:00:00 2001 From: Jay <32065563+CaramelKat@users.noreply.github.com> Date: Tue, 28 Apr 2020 00:23:53 -0500 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f61fb5..a53e095 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,11 @@ This is the Pretendo Network Miiverse API Server, which replaces the former Nint First install [NodeJS](https://nodejs.org) and [MongoDB](https://mongodb.com). Download/clone this repo and run `npm i` to install all dependencies. Edit `src/config.js` to your liking. Run the server via `npm run start`. # To-Do - [x] Discovery Server -- [ ] Posts Server +- [x] Posts Server - [ ] Topic Server -- [ ] Communities Server +- [x] Communities Server - [ ] Integrate with PN account server # Currently implemented endpoints - [GET] https://discovery.olv.nintendo.net/v1/endpoint +- [GET] https://api.olv.nintendo.net/v1/communities/0/posts +- [POST] https://api.olv.nintendo.net/v1/posts