This is just an Open API (Swagger) document that describes Salesforce's Bulk API 2.0.
I really like the Open API style of documenting an API. I really wish Salesforce would start to adopt this more in their docs. Not only does it make it asy for developers to reason about but it also makes it super easy to virtualize in an API Gateway. So after about a minute of Googling and not finding a Swagger file for Salesforce's Bulk API 2.0 that was to my liking, I decided to make my own and share it with everyone.
I'm no Swagger Wizard to be sure, but I think this one is pretty comprehensive, with descriptions, and examples. Wherever possible, I tried to pull the descriptions right from Salesforce's documentation.
If you find any issue, feel free to submit an issue or, even better, a pull request.
Salesforce's Bulk API 2.0 Docs
- @codysechelski - Idea & Initial work