GitXplorerGitXplorer
s

osw-eventpoints

public
0 stars
0 forks
0 issues

Commits

List of commits on branch swagger.
Unverified
b0755b158fd61503555b6dc3b7c2db2e32e09f3b

🔍 search event actually.

ssejas committed 6 years ago
Unverified
f962137e9b470f92c3a2ee1c8759d46a17c563fe

🔍 search event actually

ssejas committed 6 years ago
Unverified
515f18c902a89a1922b68cfbbec7dbb61d2ec89f

📝 Branch Readme Updated

ssejas committed 6 years ago
Unverified
4f5ab16afc3f4ea74148bd6c282c87b207ab6227

🎉🎉🎉 swagger and demo data working in https://eventpoints.baulen.com

ssejas committed 6 years ago
Unverified
089957e8df1d38293c855c3a780d2382d596da0f

return single event

ssejas committed 6 years ago
Unverified
bf1eb0d01aeb034de4a754c9270d75e17238d3cd

https swagger

ssejas committed 6 years ago

README

The README file for this repository.

header

Eventpoints Swagger Online

Eventpoints Endpoints 😆

How to generate the api_spec.json file

cd public
swagger-codegen generate -i api_spec.yaml -l swagger -o swagger-folder
cp swagger-folder/swagger.json ./api_spec.json
rm -rf swagger-folder

You need to have installed Swagger Codegen

Run Lambda Functions in localhost

netlify-lambda serve lambda/events/

Other Links

Where is it deployed ?

This branch is deployed into Netlify. It uses a static cdn to server the swagger page. It also use the Lambda Functions to mockup the API.

The swagger page was built using Swagger UI

footer