Skip to content

methods/tdse-accessForce-auth-stub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tdse-accessForce-auth-stub

Authorisation stub for Bids API project

Prerequisites

  • Python 3.x
  • Flask
  • Homebrew

Running the API

  1. Clone the repository to your local machine (RECOMMENDED: in the same directory as tdse-accessForce-bids-api):

    git clone
  2. Navigate to the root directory of the project:

    cd tdse-accessForce-auth-stub
  3. Install python 3.x if not already installed. You can check if it is installed by running the following command:

    python3 --version
  4. Install Makefile if not already installed. You can check if it is installed by running the following command:

    make --version
  5. Version 3.81 or higher is required. If you do not have Make installed, you can install it with Homebrew:

    brew install make
  6. Run the following command to have all the commands to use the API with Makefile:

    gmake help
  7. Run the following command to start the API:

    gmake run

PLEASE NOTE: This is a stub authorisation server. For full instructions on how to interact with this app, you should follow the documentation for the Bids API.

About

Authorisation API for Bids API project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published