11 MB
426
8k
1.7k
async
asynchronous-tasks
cloud
cpp
cpp-library
cpp11
http
oauth
oauth2
sdk
tasks
websockets
The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.
Repo health (62%)
- Readme
- License
- Code of conduct
- No contribution guidelines
- No issue template
- No pull request template
Package
No npm package detected in the project root.
Filter syntax examples
.js
will only include paths containing.js
..js$
will only include files with.js
extension.!test,!.lock
will ignore paths containingtest
or.lock
.!.test.js$,!^docs/
will ignore paths ending with.test.js
or starting withdocs/
.!.md$,^README.md$
will ignore all Markdown files (i.e. ending with.md
) except forREADME.md
in the root of the repository.^src/
will exclude all paths, except for the ones starting withsrc/
(i.e. placed in thesrc
folder).
See ghloc for details.