1
0
mirror of https://github.com/twirl/The-API-Book.git synced 2025-05-19 21:33:04 +02:00
This commit is contained in:
Sergey Konstantinov 2020-12-06 17:15:35 +03:00
parent c1ad287a7d
commit 202eb15def

View File

@ -4,14 +4,15 @@ This is the working repository for ‘The API’ book, being written by Sergey K
You may find .html or .pdf version of the book [NB: Warning! Work in progress] in the 'docs' folder, or at https://twirl.github.io/The-API-Book/docs/API.ru.html (Russian version). You may find .html or .pdf version of the book [NB: Warning! Work in progress] in the 'docs' folder, or at https://twirl.github.io/The-API-Book/docs/API.ru.html (Russian version).
The book is distributed under Creative Commons Attribution-NonCommercial 4.0 licence, meaning in general that you're totally free to use this book in any manner while complying with two rules: The book is distributed under Creative Commons Attribution-NonCommercial 4.0 license, meaning in general that you're totally free to use this book in any manner while complying with two rules:
* you're not getting commercial profit from the book; * you're not getting commercial profit from the book;
* you're not forgetting to mention the author. * you're not forgetting to mention the author.
See full licence in LICENSE.md file or at [Creative Commons Website](http://creativecommons.org/licenses/by-nc/4.0/).
See full license in LICENSE.md file or at [Creative Commons Website](http://creativecommons.org/licenses/by-nc/4.0/).
## Current State and the Roadmap ## Current State and the Roadmap
Right now Section I (‘API Design’) is finished. Section is lacking readable schemes, I'll draw them later. Right now Section I (‘API Design’) is finished. The Section is lacking readable schemes, I'll draw them later.
Book will contain two more sections. Book will contain two more sections.
* Section II ‘Backwards Compatibility’ will cover growth issues. Major themes are: * Section II ‘Backwards Compatibility’ will cover growth issues. Major themes are:
@ -42,4 +43,5 @@ I will translate sections into English at the moment they're ready. Which means
## Contributing ## Contributing
I am accepting any inquiries. Fill free to open issues. I am accepting any inquiries. Fill free to open issues.
I am NOT accepting pull requests, since I'm willing to be the only author and contributor. I am NOT accepting pull requests, since I'm willing to be the only author and contributor.