Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/hibiken/market_place_api


https://github.com/hibiken/market_place_api

Embed ids in product, user JSON output for association

36c36aeaa88fe8dbfca1acda99608a7271aa8a2f authored almost 9 years ago by Ken Hibino <[email protected]>
Embed user into the product json output

676f009ed9306962582e851e7d6702fb9a146042 authored almost 9 years ago by Ken Hibino <[email protected]>
Add Product Serializer to customize the JSON output

beabe0a72aeaf49ef391d93a1451f32b474b5454 authored almost 9 years ago by Ken Hibino <[email protected]>
Add User Serializer to customize the JSON output

d0223ddc055817515e6a5c1350ffd44c9a527149 authored almost 9 years ago by Ken Hibino <[email protected]>
Move factory_girl and ffaker gem to development, test group

fa2d3922bef65d892f97fb8ba3324ad1827e5419 authored almost 9 years ago by Ken Hibino <[email protected]>
Add products#update and products#destroy action and endpoint

af01c2a5e63e1367b67f145de6a06fe586a55eba authored almost 9 years ago by Ken Hibino <[email protected]>
Add products#create action and endpoint

f70a6b9982fcfe1b0da4d6190a18981a77573ec9 authored almost 9 years ago by Ken Hibino <[email protected]>
Add public product endpoints(show, index)

fc9c93179ceee9945c573df6b82f63afa0f09c98 authored almost 9 years ago by Ken Hibino <[email protected]>
Add Product model

ca96cc82193d6f7d64b3091598ff5cb898036edf authored almost 9 years ago by Ken Hibino <[email protected]>
bug fix for auth_token generation

17c555045953905aaabbd4a36dd9db90c315f5e8 authored almost 9 years ago by Ken Hibino <[email protected]>
Add user_signed_in? predicate method to ApplicationController

6523af330150a0fe712847d4e6cf5520f61c2339 authored almost 9 years ago by Ken Hibino <[email protected]>
Add authorization to UsersController

76d6641fe10572d22498ed5b4bec4870b9122cb8 authored almost 9 years ago by Ken Hibino <[email protected]>
Overrides current_user method to fetch user using auth_token in Authorization Header field

21ad9d00eafa25f97ba448942b3124d522543f55 authored almost 9 years ago by Ken Hibino <[email protected]>
Adds sessions#destroy action

b12b2783d9e66e724ade252351bb5a0839ef0d4f authored almost 9 years ago by Ken Hibino <[email protected]>
Adds sessions#create action

34d420e0eaaf29a121f4e0627810d798b185bae2 authored almost 9 years ago by Ken Hibino <[email protected]>
Adds user authentication token

551b41a2aada236298862c8a041a2760830c597c authored almost 9 years ago by Ken Hibino <[email protected]>
Set Accept Header field and Content-Type Header field in users controller spec

b5a1f95ad7c0f1b4813dff1d3c46c446411f2ac4 authored almost 9 years ago by Ken Hibino <[email protected]>
Refactor JSON.parse method in users_controller_spec

2a91730e3eb033b99f554d028ce4786f6dae1f27 authored almost 9 years ago by Ken Hibino <[email protected]>
Merge branch 'presenting-users'

c5789ca0d5a5679efbef9e109c09f0e218d3b4f6 authored almost 9 years ago by Ken Hibino <[email protected]>
Delete turbolinks for application.js manifest file

2eed5d62cc53b987b6ed578205110906344c60a6 authored almost 9 years ago by Ken Hibino <[email protected]>
Adds update and destroy actions to users_controller

42cb8bd6fa9b05e53cb1c68e0196a2557481a221 authored almost 9 years ago by Ken Hibino <[email protected]>
Adds user#create action and user create endpoint

30ea09be5c3255a35c2dad659cd0b18ce9931c89 authored almost 9 years ago by Ken Hibino <[email protected]>
Updates application controller to prevent CSRF exception form being raised

8ee3bbc5ef705cc7d63237162f6633dbd48072c5 authored almost 9 years ago by Ken Hibino <[email protected]>
Adds users#show action and route

677df5cf9723614af4a0f5c0407cbfcda41b3e46 authored almost 9 years ago by Ken Hibino <[email protected]>
Add spec for user's validations

b1a00e04ebfed20c69257e4dc49a327a485bff60 authored almost 9 years ago by Ken Hibino <[email protected]>
Add user firsts specs

c5277b91a13e95384e0c0fec8a29aff14d711619 authored almost 9 years ago by Ken Hibino <[email protected]>
Adds devise user model

1f2efd7b50dc8bdf7d4bdb9ac6c0f83a45dbda5d authored almost 9 years ago by Ken Hibino <[email protected]>
Set up API routes with subdomain and version number

3d3fd92970cfb2955027bff195e02c363e6e5356 authored almost 9 years ago by Ken Hibino <[email protected]>
Set the routes constraints for the API

cdb3c1ad92a21d89ffa97f8ed9e88b88353eaa16 authored almost 9 years ago by Ken Hibino <[email protected]>
Initialize the project

e7557a742617cca34ff768ce51e060d00d138b5b authored almost 9 years ago by Ken Hibino <[email protected]>