Skip to content

Commit

Permalink
conflict resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
cnico committed Jan 15, 2024
2 parents c994c9b + 2b90e14 commit af6cd03
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions testing_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ Here are some screenshots of how to do it :

1/ Create an authentification request :
With url : https://apis.goflipr.com/OAuth2/token

Set the grant_type parameter to password

Set the username parameter to your email adress of the flipr app

Set the password parameter to your password value

Retrieve the bearer token from the "access_token" value of the result.
Expand All @@ -18,7 +21,9 @@ Retrieve the bearer token from the "access_token" value of the result.

2/ Create a get resume request :
With url : https://apis.goflipr.com/modules/XXXXX/NewResume

Replace XXXXX with your flipr ID

Set the bearer token got from the previous response

You should have a result with the data like :
Expand Down

0 comments on commit af6cd03

Please sign in to comment.