E57F rework crud blog post a little · fth-ship/developer.github.com@5e835de · GitHub
[go: up one dir, main page]

Skip to content

Commit 5e835de

Browse files
committed
rework crud blog post a little
Change up the one sentence a bit, and preface it with pointing out that some of this ability exists (has existed) in the web.
1 parent 50912a7 commit 5e835de

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

content/changes/2013-05-03-create-update-delete-individual-files.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,18 @@ created_at: 2013-05-03
55
author_name: ymendel
66
---
77

8-
Starting today you can easily [create][], [update][], and [delete][] individual files
9-
through the [Repository Contents API][docs].
8+
We're following in the footsteps of GitHub.com's ability to [edit][web_edit] and
9+
[create][web_create] files in your web browser. Starting today, the
10+
[Repository Contents API][docs] will let you easily [create][], [update][], and even
11+
[delete][] individual files.
1012

1113
Happy editing!
1214

15+
16+
[web_edit]: https://github.com/blog/143-inline-file-editing
17+
[web_create]: https://github.com/blog/1327-creating-files-on-github
18+
19+
[docs]: http://developer.github.com/v3/repos/contents/
1320
[create]: http://developer.github.com/v3/repos/contents/#create-a-file
1421
[update]: http://developer.github.com/v3/repos/contents/#update-a-file
1522
[delete]: http://developer.github.com/v3/repos/contents/#delete-a-file
16-
[docs]: http://developer.github.com/v3/repos/contents/

0 commit comments

Comments
 (0)
0