dmadisetti / AirLatex.vim

Overleaf / ShareLatex in Vim
MIT License
17 stars 0 forks source link

Github sync #10

Closed dmadisetti closed 1 year ago

dmadisetti commented 1 year ago
GET https://www.overleaf.com/project/<project>/github-sync/status

reponse: {"enabled":true,"merge_status":"success","repo":"dmadisetti/<repo>","unmerged_branch":null}


GET https://www.overleaf.com/project/<project>/github-sync/commits/unmerged

response: {"diverged":false,"commits":[]}


Not sure if needed?

PUT https://www.overleaf.com/editingSession/<project>

Could skip to just this:

POST https://www.overleaf.com/project/<project>/github-sync/merge

payload: {message: "A commit!"}

dmadisetti commented 1 year ago

Done 135d3d09019050711ec50d10bdbffd3e9cb3ac2a