Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sap-samples/concur-api-sample-code
This repository contains the sample code that is used in the "Calling Concur APIs" tutorial series on SAP Tutorial Navigator.
https://github.com/sap-samples/concur-api-sample-code
api concur sample sample-code tutorials
Last synced: about 2 months ago
JSON representation
This repository contains the sample code that is used in the "Calling Concur APIs" tutorial series on SAP Tutorial Navigator.
- Host: GitHub
- URL: https://github.com/sap-samples/concur-api-sample-code
- Owner: SAP-samples
- License: apache-2.0
- Created: 2023-05-30T21:16:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-19T20:48:11.000Z (over 1 year ago)
- Last Synced: 2023-08-04T22:51:55.350Z (over 1 year ago)
- Topics: api, concur, sample, sample-code, tutorials
- Language: JavaScript
- Homepage:
- Size: 18.6 KB
- Stars: 3
- Watchers: 6
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome to the SAP Concur API Tutorial Navigator Samples
This repository contains the sample code that is used in the "Calling Concur APIs" tutorial series on SAP Tutorial Navigator.
[![REUSE status](https://api.reuse.software/badge/github.com/SAP-samples/concur-api-sample-code)](https://api.reuse.software/info/github.com/SAP-samples/concur-api-sample-code)
## Requirements
#### Credentials and software
- SAP Concur instance credentials
- Access to SAP Tutorial Navigator
- Node.Js
- GitHub account
- IDE or text editor#### Calling Concur APIs Tutorials on Tutorial Navigator
These tutorials need to be done in sequence.
1. [Tutorial 1 - Create tokens required for Concur API access](https://developers.sap.com/tutorials/concur-get-refresh-token.html) -> [Tutorial 1 sample code](https://github.com/SAP-samples/concur-api-samplecode/tree/main/SampleCode/Tutorial_1)
2. [Tutorial 2 - Refresh token management automation](https://developers.sap.com/tutorials/concur-refresh-token-management.html) -> [Tutorial 2 sample code](https://github.com/SAP-samples/concur-api-samplecode/tree/main/SampleCode/Tutorial_2)
3. [Tutorial 3 - Call Concur APIs using a multiple use bearer token](https://developers.sap.com/tutorials/concur-calling-apis.html) -> [Tutorial 3 sample code](https://github.com/SAP-samples/concur-api-samplecode/tree/main/SampleCode/Tutorial_3)## Download and Installation
1. Install the [LTS version of NodeJS](https://nodejs.org/en/download).
2. Clone or download this repo.
3. Sign on to SAP Tutorial Navigator## No Known Issues
## How to obtain support
[Create an issue](https://github.com/SAP-samples/concur-api-sample-code/issues) in this repository if you find a bug or have questions about the content.
For additional support, [ask a question in SAP Community](https://answers.sap.com/questions/ask.html).## Contributing
If you wish to contribute code, offer fixes or improvements, please send a pull request. Due to legal reasons, contributors will be asked to accept a DCO when they create the first pull request to this project. This happens in an automated fashion during the submission process. SAP uses [the standard DCO text of the Linux Foundation](https://developercertificate.org/).## License
Copyright (c) 2023 SAP SE or an SAP affiliate company. All rights reserved. This project is licensed under the Apache Software License, version 2.0 except as noted otherwise in the [LICENSE](LICENSE) file.