2.7.3 • Published 10 months ago

@stacc/services-ambita-realty v2.7.3

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Stacc Ambita Realty Proxy API

An API that proxies the Ambita Realty API

Requirements

To run and try out this API locally, a .env file must be included with the correct credentials:

API_URL=<API_URL>
AUTH_URL=<AUTH_URL
AMBITA_CLIENT_ID=<AMBITA_CLIENT_ID>
AMBITA_CLIENT_SECRET=<AMBITA_CLIENT_SECRET>
AMBITA_USERNAME=<AMBITA_USERNAME>
AMBITA_PASSWORD=<AMBITA_PASSWORD>

After this is setup, run the following command at the project's root:

$ npm install && npm run dev

Try out the API locally with REST client (Visual Studio Code)

  1. Install a REST client for your IDE
  2. Add a settings.json file to your .vscode folder and include the following:
    {
        "rest-client.environmentVariables": {
            "$shared":{
                "nin1": "<enter your nin here>",
                "nin2": "<enter your nin here>"
            },
            "local": {
            },
            "production": {
            }
        }
    }
    • !! Always make sure to not commit sensitive personal data to the VCS !!
  3. $ npm run dev
  4. You should now be abvle to run the requests in the src/requests folder.

For other IDE's, follow the documentation and makes sure to .gitignore any files containing sensitive information:

2.7.3

10 months ago

2.6.19

11 months ago

2.6.16

1 year ago

2.6.17

1 year ago

2.6.18

1 year ago

2.6.20

11 months ago

2.7.0

11 months ago

2.7.2

11 months ago

2.6.15

1 year ago

2.6.14

2 years ago

2.6.13

2 years ago

2.5.0

2 years ago

2.6.1

2 years ago

2.5.2

2 years ago

2.6.0

2 years ago

2.5.1

2 years ago

2.6.3

2 years ago

2.6.2

2 years ago

2.6.11

2 years ago

2.6.12

2 years ago

2.6.10

2 years ago

2.6.5

2 years ago

2.6.4

2 years ago

2.6.7

2 years ago

2.6.6

2 years ago

2.6.9

2 years ago

2.6.8

2 years ago

2.4.1

2 years ago

2.4.3

2 years ago

2.4.2

2 years ago

2.4.5

2 years ago

2.4.4

2 years ago

2.4.0

2 years ago

2.3.0

3 years ago

2.0.15

3 years ago

2.2.0

3 years ago

2.0.16

3 years ago

2.3.2

3 years ago

2.3.1

3 years ago

2.3.4

3 years ago

2.3.3

3 years ago

2.1.0

3 years ago

2.0.14

3 years ago

2.0.13

3 years ago

2.0.12

3 years ago

2.0.11

3 years ago

2.0.10

3 years ago

2.0.9

3 years ago

2.0.8

3 years ago

2.0.7

3 years ago

2.0.6

3 years ago

2.0.5

3 years ago

2.0.4

3 years ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago