diff --git a/.env.swp b/.env.swp new file mode 100644 index 00000000..e737a79b Binary files /dev/null and b/.env.swp differ diff --git a/doc/api/api.raml b/doc/api/api.raml index 6e486da7..8703aae9 100644 --- a/doc/api/api.raml +++ b/doc/api/api.raml @@ -1,7 +1,7 @@ #%RAML 1.0 --- title: Metamaps -version: v2.0 +version: 2.0 baseUri: https://metamaps.cc/api/v2 mediaType: application/json protocols: [ HTTPS ] diff --git a/doc/api/pages/getting-started.md b/doc/api/pages/getting-started.md index 040f38f8..429e6971 100644 --- a/doc/api/pages/getting-started.md +++ b/doc/api/pages/getting-started.md @@ -1 +1,2 @@ -There are three ways to log in: cookie-based authentication, token-based authentication, or OAuth 2. Check the security tab of any of the endpoints above for instructions on logging in. +There are three ways to log in: cookie-based authentication, token-based authentication, or OAuth 2. If you're testing the API or making simple scripts, cookie-based or token-based is the best. If you're developing and app and want users to be able to log into Metamaps inside your app, you'll be able to use the OAuth 2 mechanism. Check the security tab of any of the endpoints above for instructions on logging in. +