mirror of
https://github.com/xfarrow/blink
synced 2025-06-27 09:03:02 +02:00
Update API docs
This commit is contained in:
@ -0,0 +1,21 @@
|
||||
meta {
|
||||
name: CreateExperience
|
||||
type: http
|
||||
seq: 1
|
||||
}
|
||||
|
||||
post {
|
||||
url: http://localhost:3000/api/experiences
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"title" : "Software engineer",
|
||||
"description" : "I worked as a software engineer in this company.",
|
||||
"organizationName" : "Blink Inc.",
|
||||
"type" : "WORK",
|
||||
"date": "[2022-01-01,2023-01-01)"
|
||||
}
|
||||
}
|
11
backend/apis/BlinkApiCollection/Experience/GetExperience.bru
Normal file
11
backend/apis/BlinkApiCollection/Experience/GetExperience.bru
Normal file
@ -0,0 +1,11 @@
|
||||
meta {
|
||||
name: GetExperience
|
||||
type: http
|
||||
seq: 2
|
||||
}
|
||||
|
||||
get {
|
||||
url: http://localhost:3000/api/experiences/1
|
||||
body: none
|
||||
auth: none
|
||||
}
|
Reference in New Issue
Block a user