Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 330 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 330 Bytes

ex_procore

Elixir Client for the Procore API

Generated with the following command.

% java -jar ./bin/openapi-generator-cli.jar generate \
   -i rest_v1_OAS_all.json \
   -g elixir \
   -o client \
   --additional-properties=packageName=ExProcore

title in the rest_v1_OAS_all.json was changed to Procore V1 API.