You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should GET /token return all tokens as a paginated response, or just the currently used token? If the later, under which endpoint should the other feature be available?
Implement endpoint.
Add feature tests.
Document feature.
The text was updated successfully, but these errors were encountered:
…exus API endpoints.
### Changed
- Refactor folder structure.
### Added
- Add test scenario `endpoint.user.postToken` for [Ember Nexus API #49: HTTP POST /token - PostTokenController](ember-nexus/api#49).
- Add test scenario `endpoint.user.deleteToken` for [Ember Nexus API #65: HTTP DELETE /token - DeleteTokenController](ember-nexus/api#65).
- Add test scenario `endpoint.user.getToken` for [Ember Nexus API #72: HTTP GET /token - GetTokenController](ember-nexus/api#72).
Should
GET /token
return all tokens as a paginated response, or just the currently used token? If the later, under which endpoint should the other feature be available?The text was updated successfully, but these errors were encountered: